Dear everyone,
I am really confused why this happened, and have spent so much time trying to solve this. Allow me to explain real quick.
This is a typical DID set up. I have a treatment start year variable and a treatment status variable. I coded the pre-treatment year equivalents to the actual treated units a value of 1, the pre-treatment year controls 0; post treatment actual treated units 1, and post treatment controls 0. And of course an interaction between treat status and treatment start year. All four groups have valid values on all involved covariates and outcomes. And the variables don't seem to be highly correlated at all. Stata shows collinearity issue. Among the year, treat and interaction variables, only one coefficient is provided next to the year variable. If I take out the year variable, the exact coefficient (se, p value, etc.) will be next to the interaction variable (in Stata output). I provided the two outputs below. treatyear is the year var, mhigh_sn is the treat status, and mdid_sn is the interaction.
Could anyone please share some thoughts on where I may dig further to solve this? A million thanks!!
Difei
I am really confused why this happened, and have spent so much time trying to solve this. Allow me to explain real quick.
This is a typical DID set up. I have a treatment start year variable and a treatment status variable. I coded the pre-treatment year equivalents to the actual treated units a value of 1, the pre-treatment year controls 0; post treatment actual treated units 1, and post treatment controls 0. And of course an interaction between treat status and treatment start year. All four groups have valid values on all involved covariates and outcomes. And the variables don't seem to be highly correlated at all. Stata shows collinearity issue. Among the year, treat and interaction variables, only one coefficient is provided next to the year variable. If I take out the year variable, the exact coefficient (se, p value, etc.) will be next to the interaction variable (in Stata output). I provided the two outputs below. treatyear is the year var, mhigh_sn is the treat status, and mdid_sn is the interaction.
Could anyone please share some thoughts on where I may dig further to solve this? A million thanks!!
Difei
Robust | ||||||
ftermgpa | Coef. | Std. Err. | t | P>t | [95% Conf. | Interval] |
treatyear | .2120248 | .0620845 | 3.42 | 0.001 | .090296 | .3337536 |
mhigh_sn | 0 | (omitted) | ||||
mdid_sn | 0 | (omitted) | ||||
c_actmath | .009406 | .010921 | 0.86 | 0.389 | -.0120067 | .0308188 |
Robust | ||||||
ftermgpa | Coef. | Std. Err. | t | P>t | [95% Conf. | Interval] |
mhigh_sn | 0 | (omitted) | ||||
mdid_sn | .2120248 | .0620845 | 3.42 | 0.001 | .090296 | .3337536 |
c_actmath | .009406 | .010921 | 0.86 | 0.389 | -.0120067 | .0308188 |
Comment