Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: outreg help


From   "Ben Jann" <[email protected]>
To   <[email protected]>
Subject   st: RE: outreg help
Date   Fri, 13 Jan 2006 23:02:27 +0100

Scott wrote:
> I am using bootstrapping to correct for overdispersion.  After
> calculating these SE, I want to export the table into a comma
> delimited file using -outreg- so that I can work with it in Excel.

Scott, you may use -estout- or -estout1- with bootstrap estimates
(available from SSC). 

In your case

 . estout using bm.out, cells(b(star) se(par)) replace

or

 . estout1 using bm.out, se(par) star style(tab) replace 

should do.

ben

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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