<>
I can easily make this work in Stata 11:
*******
webuse klein, clear
reg3 (consump wagepriv wagegovt) /*
*/ (wagepriv consump govt capital1)
outreg2 using filename, /*
*/ replace word bdec(4) sdec(5)
*******
My -outreg2- is:
. which outreg2
c:\ado\plus\o\outreg2.ado
*! outreg2 2.2.2 18nov2009 by [email protected]
*! based on outreg 3.0.6/4.0.0 by [email protected]
Make sure you are fully updated.
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Ekrem Kalkan
Sent: Freitag, 18. Dezember 2009 20:07
To: [email protected]
Subject: Re: st: RE: Outreg2 error with sdec( ) option
I have estimated a system with "reg3" command.
Then, I have installed "outreg2" with ssc. Then I write ;
outeg2 using "C:\filename.xls", replace word bdec(4) sdec(5)
Stata reports : " option sdec() not allowed"
Thank you
2009/12/18 Nick Cox <[email protected]>:
> Three points:
>
> Please specify where user-written commands you refer to come from.
>
> Please specify exactly what you typed. That means _exactly: the whole
> command.
>
> -outreg- or -outreg2-?
>
> Nick
> [email protected]
>
> Ekrem Kalkan
>
>
> 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.
>
> *
> * 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/