You can retrieve the coefficients in a few steps:
xtreg var1 var2, i(id) fe
predict u, u
replace u = u + _b[_cons]
tabdisp id, c(u)
Scott
> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of NEYMOTIN, FLORENCE
> Sent: Friday, September 30, 2005 4:02 PM
> To: [email protected]
> Subject: Re: st: fixed effects regression
>
> so there is no way to get the coefficients from the fixed effects
> regression when I just run it
> as
> "xtreg..., fe.." ? I thought there should be a way to get them...
>
*
* 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/