Hi,
For my research question I have a treatment group that can be divide into two separate groups (I suggest that the effect for one group is stronger than for the other group. So they only difference between these two groups is the intensity of the treatment). I have one control group.
There is only one dummy variable that is equals 0 for the pre-event period and 1 for the post period. Eligible is a dummy variable equals 1 if the firm is one of the treatment group, otherwise zero.
My question now is what is the best solution to see whether there is a significant difference between the treatment groups or whether it does not matter how strong the received treatment is.
The command I use so far is as follows:
reghdfe leverage postxeligible log_total assets growth tangibility if reg_treated==1, absorb(...) (treated == 1 is for the group that received probably a weaker treatment effect) and
reghdfe leverage postxeligible log_total assets growth tangibility if reg_targeted==1, absorb(...) (targeted ==1 is for the group that received probably a stronger treatment effect).
Then I compare the results of these two regression.
Would this works? Should I use other regression commands (teffects, tregress?) I cannot use the teffects command due to multicollinearity.
Kind regards
For my research question I have a treatment group that can be divide into two separate groups (I suggest that the effect for one group is stronger than for the other group. So they only difference between these two groups is the intensity of the treatment). I have one control group.
There is only one dummy variable that is equals 0 for the pre-event period and 1 for the post period. Eligible is a dummy variable equals 1 if the firm is one of the treatment group, otherwise zero.
My question now is what is the best solution to see whether there is a significant difference between the treatment groups or whether it does not matter how strong the received treatment is.
The command I use so far is as follows:
reghdfe leverage postxeligible log_total assets growth tangibility if reg_treated==1, absorb(...) (treated == 1 is for the group that received probably a weaker treatment effect) and
reghdfe leverage postxeligible log_total assets growth tangibility if reg_targeted==1, absorb(...) (targeted ==1 is for the group that received probably a stronger treatment effect).
Then I compare the results of these two regression.
Would this works? Should I use other regression commands (teffects, tregress?) I cannot use the teffects command due to multicollinearity.
Kind regards
Comment