Dear all,
I am conducting a DiD test with fixed firm and year-month fixed effects. My regression looks like this:
I am interested in further examining the effect of the treatment by including a third interaction term. For instance, I would like to see if the treatment had a bigger effect for firms with high/low monthly turnover. I have thought about creating dummy variables in each month for firms with below/above median turnover (TreatedxDuringxHighturnover). I was told that it also works to put a continuous variable in the interaction term (TreatedxDuringxTurnover). Which method do you think works best?
I need some help with constructing the regression equation with fixed effects, as well as with the interpretation of the interaction terms.
Furthermore, correct me if I am wrong, if I wanted to extend the experiment to three periods the regression should look something like:
Treated*during would be the change in the treatment group relative to the control group in periods pre-during, and treated*post would be the diff-in-diff estimator for the pre-post periods. Is this correct?
Any advice would be greatly appreciated!
Thanks!
I am conducting a DiD test with fixed firm and year-month fixed effects. My regression looks like this:
Code:
areg DepVar i.treated##i.during Controls i.month, absorb(permno) vce(cluster permno)
I need some help with constructing the regression equation with fixed effects, as well as with the interpretation of the interaction terms.
Furthermore, correct me if I am wrong, if I wanted to extend the experiment to three periods the regression should look something like:
Code:
areg DepVar i.treated##i.during i.treated##i.post Controls i.month, absorb(permno) vce(cluster permno)
Any advice would be greatly appreciated!
Thanks!
Comment