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

st: estout label option in Stata 9.1


From   Tim Wade <[email protected]>
To   [email protected]
Subject   st: estout label option in Stata 9.1
Date   Thu, 15 Dec 2005 14:23:26 -0500

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/



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