Omit the -star- option in the -esttab- call and you do get this standard
behavior as in the Stata command - estimates table-. But my experience in
the economics profession shows me that one star for ten percent is now quite
common...
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Nick Cox
Sent: Monday, October 06, 2008 1:16 PM
To: [email protected]
Subject: st: RE: RE: outreg2 + excel + ***
Note the grade inflation: hereabouts * implies a P-value at most 0.05.
Nick
[email protected]
P.S. -outreg2- is a user-written program on SSC.
Martin Weiss
*************
cap ssc inst estout
sysuse auto, clear
eststo: reg pr w re tr, robust
esttab using myfile.csv, star(* 0.10 ** 0.05 *** 0.01) csv replace
**************
Bastian Steingros
I have installed the updates for *outreg2*.
I have a regression model like:
reg dep_var ind_var1 ind_var2, robust
After entering this command in stata, I obtained the standard stata
regression table (I guess you what I mean)
Now, I want to put my results into MS EXCEL and I want to mark the
coefficients with the widely known signs like *, **, *** indicating
significance at the 10%, 5%, 1% level.
I guess it is possible to do so by using outreg2 but it seems that I do
not
understand how to use this command correctly.
Is there anyone who knows what to do ?
*
* 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/