Saving period effects from pool regression
Posted: Wed Jul 03, 2024 5:59 am
Hi,
Is there a simple way to save a series of the period fixed effects estimated in a pooled regression?
I'm currently looping over the period fixed effects coefficients and saving them as separate series. However, this gets a bit messy when estimating multiple regressions, each with a different number of explanatory variables (E.g. depending on the number of explanatory variables in the regression, the first time period dummy might be c(9), c(12), etc).
I also tried using the @effects command, though this seems to save the cross-section and period fixed effects in the same vector.
Cheers,
Trent
Is there a simple way to save a series of the period fixed effects estimated in a pooled regression?
I'm currently looping over the period fixed effects coefficients and saving them as separate series. However, this gets a bit messy when estimating multiple regressions, each with a different number of explanatory variables (E.g. depending on the number of explanatory variables in the regression, the first time period dummy might be c(9), c(12), etc).
I also tried using the @effects command, though this seems to save the cross-section and period fixed effects in the same vector.
Cheers,
Trent