Skip to content
Prev 369850 / 398503 Next

Prediction with two fixed-effects - large number of IDs

This was offered as a formula to `felm` (but with no data example), a package with which I have no experience either, but if experience with `lm` and `glm` is any guide, an inferentially safer approach might be:

   lny ~ id + year + poly(x1,2) + poly(x2,2)