I have an experiment which has 2 treatment groups (effects) and a control group. Up until this point in my analysis, I've been carrying out a DID using a regression equation of the form:
$$Y= γD_t + β_1(TREAT_1) + β_2(TREAT_2)+ τ_1(TREAT_1D) + τ_2(TREAT_2D) + ε$$
Basically I've been including both treatment effects in the same regression equation which I've been running on STATA.
My question is, should I be including both interaction terms in one equation, or should I be splitting my data and analysis so that I'm estimating the ATE for both groups separately?