Dear all,
I am running a differences-in-differences model. Theory indicates that there is a non-linear relation between the outcome y and the x variable (control variable). When I run the regression (1) below without the quadratic term, I have a beta (treat*postevent multiplier) significant and negative, as expected. Treat is a dummy for the treatment group (in a panel with fixed effects, it will be dropped). Postevent is a dummy for the period post-shock. X is a continuous variable used as an important control. Treat*postevent is my differences-in-differences estimator.
However, when I add the quadratic term x squared (see equation 2 below), I have a beta (treat*postevent multiplier) not significant.
What intrigues me is the fact that x squared is not significant at all. Then, which result is valid? The difference-in-differences estimator in the regression without the squared x, or the differences-in-differences estimator with the x squared (although x squared is not significant)?
I would appreciate any help.
Thank you all.
I am running a differences-in-differences model. Theory indicates that there is a non-linear relation between the outcome y and the x variable (control variable). When I run the regression (1) below without the quadratic term, I have a beta (treat*postevent multiplier) significant and negative, as expected. Treat is a dummy for the treatment group (in a panel with fixed effects, it will be dropped). Postevent is a dummy for the period post-shock. X is a continuous variable used as an important control. Treat*postevent is my differences-in-differences estimator.
(1) xtreg y treat postevent treat*postevent x, fe rob
(2) xtreg y treat postevent treat*postevent x x^2, fe rob
I would appreciate any help.
Thank you all.
Comment