I'm running the following regressions:
reg Y X i.id i.year if C==1 (1)
reg Y X i.id i.year if C==0 (2)
reg Y c.X##C i.id i.year (3)
where, X is a continuous variable, C is a dummy variable (categorical) and "id" and "year" are used for fixed effects.
The results I find are such that:
- in (1), the coefficient of X is negative (insignificant)
- in (2), the coefficient of X is positive (significant)
- in (3), the coefficient of X alone is positive significant (and similar to (2)), the coefficient of C#X is positive significant, the coefficient of C alone is negative (significant).
Am I missing something? I cannot just wrap my head around this.
Thanks much for your help.
Greg
0 Response to Interpretation of coefficients of an interacted variable in the presence of fixed effects
Post a Comment