<>
This code works for me in Stata 11:
*******
sysuse auto, clear
reg price weight length
outreg2 using myfile, bdec(5) bfmt(f) sdec(7) sfmt(e) see
*******
You did not leave a blank between "sdec" and the brackets supplying its
argument, did you?
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Ekrem Kalkan
Sent: Freitag, 18. Dezember 2009 19:52
To: [email protected]
Subject: st: Outreg2 error with sdec( ) option
Dear Stata users,
When I use "sdec ( ) " option with outreg command, Stata reports that
this option is not allowed.
However, in the help file it is clearly stated that "sdec()" is oneof
the options.
Can anybody help me.
I just want std. errors to be reported with 5 decimals.
Thank you.
Ekrem Kalkan
*
* 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/