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/