Panel data:1600 firms, 8 years, and 6 variables.
I have a time-based treatment dummy variable (pre and post-treatment), a group dummy variable (healthy and unhealthy), and a non-control continuous independent variable along with other independent variables acting as control variables. The non-control continuous independent variable has to interact with the other two dummy variables.
I want to ask whether I should go with the
didregress model
or
xtreg,fe model where I can create dummy interactions like
xtreg dep noncontrolindep controlindep i.treatmentdummy##i.groupdummy##c.non-controlcontiniousindependenttvariable, fe
Thanks
I have a time-based treatment dummy variable (pre and post-treatment), a group dummy variable (healthy and unhealthy), and a non-control continuous independent variable along with other independent variables acting as control variables. The non-control continuous independent variable has to interact with the other two dummy variables.
I want to ask whether I should go with the
didregress model
or
xtreg,fe model where I can create dummy interactions like
xtreg dep noncontrolindep controlindep i.treatmentdummy##i.groupdummy##c.non-controlcontiniousindependenttvariable, fe
Thanks
Comment