Hi everyone, I'm having a bit of trouble with a difference-in-difference regression I am trying to run! I have a dummy variable 'time' which is equal to 0 if it's pre-treatment period and 1 if it's post-treatment period. I have another dummy variable 'treated' which is 0 if it's the control group and 1 if it's the treated group. I also created a 'did' interaction term variable which is time*treated. However, when I perform the regression y time treated did, it always omits 'did' due to collinearity. could anyone help out with why this is happening and how to fix this?? 
Thank you!

Thank you!

Comment