Consider the panel fixed effects model
yit = xitb + vi + eit
Using "xtreg, fe" the reported intercept is the average value of the fixed effects v_i under the constraint c1:
See: https://www.stata.com/support/faqs/s...effects-model/
However I would like to obtain each of the individual fixed effects v_i, not just the average.
Is there a way to access the v_i's using xtreg?
If not, how can I use a dummy variable fixed effects approach with the standard "regress" command so that I get the same v_i's that xtreg implicitly computes under the constraint c1?
thanks for any advice
yit = xitb + vi + eit
Using "xtreg, fe" the reported intercept is the average value of the fixed effects v_i under the constraint c1:
Σ i=1 |
Ti Σ t=1 |
vi = 0 (c1) |
However I would like to obtain each of the individual fixed effects v_i, not just the average.
Is there a way to access the v_i's using xtreg?
If not, how can I use a dummy variable fixed effects approach with the standard "regress" command so that I get the same v_i's that xtreg implicitly computes under the constraint c1?
thanks for any advice
Comment