<>
-estpost summarize- can also be useful for you:
*************
// capt ssc inst estout
qui{
clear*
set obs 10000
gen x= rnormal()
estpost summarize x, det
}
esttab . using myfile.tex, replace ///
cells("count mean min p25 p50 p75 max") ///
noobs page
!texify -p -c -b --run-viewer myfile.tex
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Katja Schulze
Gesendet: Freitag, 8. Mai 2009 16:46
An: [email protected]
Betreff: st: Univar output into LATEX
Dear Experts,
I need to produce a summary statistics in LATEX, including N, mean, min, 25
percentil, median, 75 percentil, max.
Is there any command how to transfer the output of the univar-command into a
latex table?
I only know the sutex-command, but I would like to include the 25% and 27%
percentile as well.
Thanx a lot for your help in advance!
Best,
Katja
__________________________________________________________________________
Verschicken Sie SMS direkt vom Postfach aus - in alle deutschen und viele
ausländische Netze zum gleichen Preis!
https://produkte.web.de/webde_sms/sms
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/