Dear all,

I am running a two-way fixed effects regression:

Code:
xtreg rate fertility unemp youth union i.year,fe
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

Code:
xtreg rate fertility unemp youth union i.year i.country##c.year,fe
remove the country fixed effects from the model?