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: Indicate fixed effects in esttab when fixed effects were absorbed
From
Alex Young <[email protected]>
To
[email protected]
Subject
st: Indicate fixed effects in esttab when fixed effects were absorbed
Date
Fri, 6 Sep 2013 15:29:09 -0400
Dear all,
I want to indicate whether fixed effects are in the model, but I
absorbed the fixed effects instead of creating dummies. So the
solution here (http://repec.org/bocode/e/estout/advanced.html#advanced006)
does not seem to apply for my case. I am using STATA/IC 12.1 for Unix.
The relevant portion of the do file follows:
eststo: quietly reg y x, r cl(id)
eststo: quietly areg y x i.time, absorb(id) r cl(id)
esttab using file.tex, label indicate(Time Fixed Effects=*time) replace
The table will show a row "Time Fixed Effects No Yes." I would like
for it to also show another row "Unit Fixed Effects No Yes" based on
the absorbed fixed effects. Can I get this in a way similar to
indicate(identifier=*variable), and if so, how?
Best,
Alex Young
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/