Hi There,
I am trying to estimate the average effect of treatment using the ‘didregress’ command. However, I have a pressing concern. There are five different variables that represent the effects of treatment and each of these variables is binary e.g., whether taking the recommended diet or not; Yes== 1 and No==0.
My question is, Can I estimate the average treatment effect using the ‘didregress’ command if the outcome is binary?
I looked into the Stata 17 manual and it says “didregress estimates the average treatment effect on the treated (ATET) from observational data by difference-in-differences (DID) or difference-in-difference-in-differences (DDD). The ATET of a binary or continuous treatment on a continuous outcome is estimated by fitting a linear model with time and group fixed effects”.
I wish to calculate the average treatment effect for each of the five different binary variables individually and then combine all five variables into 1 variable which will be a count/ordinal variable having the fixed values of 0,1,2,3, 4, and 5 (adding all the five binary variables).
Can I use ‘didregress’ command for the individual binary outcome variables?
Can I use ‘didregress’ command for a count variable created by combining all five variables?
If I cannot use DiD methodology, what is the next best approach to estimate the average treatment effect in the above scenario?
Thank you very much.
I am trying to estimate the average effect of treatment using the ‘didregress’ command. However, I have a pressing concern. There are five different variables that represent the effects of treatment and each of these variables is binary e.g., whether taking the recommended diet or not; Yes== 1 and No==0.
My question is, Can I estimate the average treatment effect using the ‘didregress’ command if the outcome is binary?
I looked into the Stata 17 manual and it says “didregress estimates the average treatment effect on the treated (ATET) from observational data by difference-in-differences (DID) or difference-in-difference-in-differences (DDD). The ATET of a binary or continuous treatment on a continuous outcome is estimated by fitting a linear model with time and group fixed effects”.
I wish to calculate the average treatment effect for each of the five different binary variables individually and then combine all five variables into 1 variable which will be a count/ordinal variable having the fixed values of 0,1,2,3, 4, and 5 (adding all the five binary variables).
Can I use ‘didregress’ command for the individual binary outcome variables?
Can I use ‘didregress’ command for a count variable created by combining all five variables?
If I cannot use DiD methodology, what is the next best approach to estimate the average treatment effect in the above scenario?
Thank you very much.
Comment