Statalist


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

st: re: Is there a similar output command as outreg for Summary?


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: re: Is there a similar output command as outreg for Summary?
Date   Sun, 15 Mar 2009 14:22:56 -0400

<>
Glenn asks

Is there a similar output command as outreg for Summary? I want to first use command summary and then output selected items (such as mean median p1 p99 STD) for many variables.. Is there a such output command?


One solution:

sysuse auto,clear
tabstat price mpg headroom trunk, stat(p1 p50 p99 mean sd) col(stat) save
mat s = r(StatTotal)
outtable using glenn, mat(s) replace

findit outtable and install if not already available.

Kit Baum   |   Boston College Economics and DIW Berlin   |   http://ideas.repec.org/e/pba1.html
An Introduction to Stata Programming   |   http://www.stata-press.com/books/isp.html
An Introduction to Modern Econometrics Using Stata   |   http://www.stata-press.com/books/imeus.html



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