Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

st: Tables in Tex


From   "Bianca B." <[email protected]>
To   [email protected]
Subject   st: Tables in Tex
Date   Mon, 25 Jun 2012 06:01:54 -0700 (PDT)

Dear All,

I found in an old post of Martin Weìss the program below to obtain a table in tex format.

Could you help me to understand the language in order to use the program to make other tables? Which is the meaning of 'capt' at the beginning of the program? And in the last line, which is the meaning of -p -c -b ?

Thank you in advance for your help,
Bianca

// 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




*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index