Dear all,
I want to gain predicted value after regression while eliminating some fixed effects. For example:
The predicted value I need is
, where the fixed effect D_jt is not included. From the help file of reghdfe, I know predict xdb can generate linear prediction with all fixed effects. But I am curious whether I can keep parts of FEs.
Thanks in advance!
Haiyan
I want to gain predicted value after regression while eliminating some fixed effects. For example:
Code:
reghdfe y_mjt x_mjt, abs(D_jt D_mj D_mt)
Code:
beta1*x_mjt+beta2*D_mj+beta3*D_mt
Thanks in advance!
Haiyan
Comment