<>
Here is an example for John:
*************
// 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 John Bunge
Gesendet: Freitag, 15. Mai 2009 17:38
An: [email protected]
Betreff: st: table from stata to latex
dear all
i am creating a table with descriptive stats (not regression results!!)
using the matrix command.
is there a way to put the result, which i can save as a txt document, easily
into a latex document?
best,
john.
*
* 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/