Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: table from stata to latex


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: table from stata to latex
Date   Fri, 15 May 2009 17:56:53 +0200

<> 

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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index