Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: estout label option in Stata 9.1


From   "Ben Jann" <[email protected]>
To   <[email protected]>
Subject   st: RE: estout label option in Stata 9.1
Date   Mon, 19 Dec 2005 18:09:10 +0100

Tim Wade observed that -estout- does no longer display 
titles of stored estimates in Stata 9.1. This is due to 
a change made to the -estimates- command in the 
12dec2005 update of Stata 9.1. I will try to take care 
of the problem within the next days or so.

ben


> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of Tim Wade
> Sent: Thursday, December 15, 2005 8:23 PM
> To: [email protected]
> Subject: st: estout label option in Stata 9.1
> 
> Hello-
> I just upgraded to Stata 9.1 and am experiencing a problem using the
> label option in estout. I can't get the model name specified in the
> title option of -estimates store-
> to be replicated in the output. I still have version 8.2 installed,
> and it works in this version. I just updated -estout-. Has anyone else
> experienced this problem? thanks much in advance, Tim
> 
> 
> Stata 9.1 results:
> 
> . qui regress  tptrh_intensity  age
> . estimates store xx, title(Age)
> 
> . estout xx , style(fixed) cells(b(nostar fmt(%9.3f)) ci(lab("95% CI")
> fmt(%9.3f)) p(lab("p-value")
> >  fmt(%9.3f))) stats(r2 r2_a N,  lab("R-squared" "Adjusted
R-squared"))
> collabels(, none) legend v
> > arlabels(_cons Constant)  label replace
> 
>                        xx [NOTE THAT AGE IS NOT DISPLAYED]
> age                -0.001
>              -0.002,-0.001
>                     0.000
> Constant            0.191
>               0.166,0.216
>                     0.000
> R-squared           0.053
> Adjusted R~d        0.050
> N                 316.000
> 
> .
> end of do-file
> 
> 
>  Stata 8.2 results:
> 
> . qui regress  tptrh_intensity  age
> 
> . estimates store xx, title(Age)
> 
> . estout xx , cells(b(nostar fmt(%9.3f)) ci(lab("95% CI") fmt(%9.3f))
> p(lab("p-value") fmt(%9.3f
> > ))) stats(r2 r2_a N,  lab("R-squared" "Adjusted R-squared"))
collabels(,
> none) legend varlabel
> > s(_cons Constant) style(tab) label replace
> 
>         Age[NOTE THAT AGE IS DISPLAYED]
> age     -0.001
>         -0.002,-0.001
>         0.000
> Constant        0.191
>         0.166,0.216
>         0.000
> R-squared       0.053
> Adjusted R-squared      0.050
> N       316.000
> 
> *
> *   For searches and help try:
> *   http://www.stata.com/support/faqs/res/findit.html
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index