Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: How do I retrieve estimated results when running fixed effect model?


From   Johannes Geyer <[email protected]>
To   [email protected]
Subject   Re: st: How do I retrieve estimated results when running fixed effect model?
Date   Wed, 23 Apr 2008 10:59:56 +0200

I think you can simply use -predict-:

**
xtreg y x1 x2, fe
predict indiv_fe, u
**

have a look at predict options after xtreg

Johannes


[email protected] schrieb am 23/04/2008 10:24:13:

> Hi, 
> 
> I have a question on how to retrieve estimated results when running a
> fixed effect model.
> 
> I have a panel data set containing micro data and estimate fixed effect
> model. Then in the second stage of my estimations I need to use
> estimated fixed effects, so I need to extract them from the results I
> obtained. There is a possibility to save the set of results under a
> certain name using "estimates store".  How do I then retrieve the fixed
> effects I need from this set?
> 
> Thank you in advance for any suggestions and comments.
> 
> Zuzana
> 
> 
> 
> 
> 
> *
> *   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