As a private question from Bastian shows, my reply was too terse:
*********
cap ssc inst estout
eststo clear
sysuse auto, clear
eststo: reg pr w re tr, robust
eststo: reg pr w re
esttab est1 est2 using myfile.csv, star(* 0.10 ** 0.05 *** 0.01) csv
replace
********
shows that you should clear the estimates with the second line in the code.
If you have several -estimates- in memory, tell -esttab- explicitly which
ones you want. Otherwise you get all by default, see the last line...
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Martin Weiss
Sent: Monday, October 06, 2008 1:07 PM
To: [email protected]
Subject: st: RE: outreg2 + excel + ***
*************
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
**************
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Bastian Steingros
Sent: Monday, October 06, 2008 12:33 PM
To: [email protected]
Subject: st: outreg2 + excel + ***
Hi Stata users,
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 ?
Many thanks for your help!
Bastian
--
Psssst! Schon vom neuen GMX MultiMessenger geh�rt? Der kann`s mit allen:
http://www.gmx.net/de/go/multimessenger
*
* 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/
*
* 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/