I have a problem understanding how i should specify the contol variable age in the following regression.
Code:
xtreg lnsickdays lnmrtax i.year age inkap, fe
I am not interested in a change in results from people becoming 1 year older between the 2 time periods. I am only interested in presenting the different results in used sickdays for people below/above the age of 45 years.
Should i instead use age as a interaction variable together with the i.year?
Example:
Code:
xtreg lnsickdays lnmrtax i.year##age inkap, fe
Have a nice day
Viktor Öberg
0 Response to How to include age as a dummy control in a fixed effect regression?
Post a Comment