Good afternoon readers,
Time dummies are the same as year fixed effects (both are used as i.year) but I just read that time dummies can also be used for xtreg re regressions even though time dummies control for fixed year effects?
For example:
So with the above code you would run a random effect regression but still control for fixed year effects?
When xtreg fe or xtreg re is used, the regression automatically implements firm fixed effects right? So that also sounds like contradiction, to me at least.
Can someone clarify the above?
Time dummies are the same as year fixed effects (both are used as i.year) but I just read that time dummies can also be used for xtreg re regressions even though time dummies control for fixed year effects?
For example:
Code:
xtreg gender weight gender_weight i.year, re
When xtreg fe or xtreg re is used, the regression automatically implements firm fixed effects right? So that also sounds like contradiction, to me at least.
Can someone clarify the above?
Comment