Dear all,
I am running a two-way fixed effects regression:
I also want to include country-specific time trends. I believe the correct way to specify this is i.country##c.year. My question is, will including these time trends, such as below
remove the country fixed effects from the model?
I am running a two-way fixed effects regression:
Code:
xtreg rate fertility unemp youth union i.year,fe
Code:
xtreg rate fertility unemp youth union i.year i.country##c.year,fe
Comment