The question is methodological but also computational. First of all, I want to understand the interpretation between an interaction term of an individual and a time dummy within a fixed effect analysis. In particular, the regression I have is the following:
Code:
xtreg Y X i.date 1.D#1.C, fe vce(robust)
To bring more intuition, lets call Y=log(wage) and D=1 if male. I am interpreting the coefficient of the interaction term (times 100) as the percentage increase in the wage gap across sex after the time shock occurred.
Is this interpretation correct? How can I be sure that stata is setting the base categories properly?
PS: You can also see in the link at stackexchange how I tried to formally prove this interpretation.
0 Response to Panel regressions with an interaction term between a time dummy variable and a time invariant variable
Post a Comment