Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: esttab - transpose table - r(coefs) missing?
From
"[email protected]" <[email protected]>
To
[email protected]
Subject
st: esttab - transpose table - r(coefs) missing?
Date
Tue, 1 Mar 2011 14:58:44 +0100
I am trying to transpose the output table of esttab after using a regression.
According to http://repec.org/bocode/e/estout/advanced.html I tried:
sysuse auto
eststo model1: quietly reg price weight
eststo model2: quietly reg price weight mpg
esttab, se nostar
mat list r(coefs)
esttab r(coefs, transpose)
but:
. mat list r(coefs)
matrix r(coefs) not found
r(111);
Can anyone explain to me why there is no r(coefs) generated?
I am using STATA 11 IC.
Thanks!
*
* 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/