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/