Hi,
My data has the following setup. I have birth level data for two survey rounds- 2015-16 and 2019-2021. The treatment happened at the district level in three phases (for example, the Total districts are 600, 300 districts get treatment in Phase1 from Dec2017 to Apr2018, 200 districts get treatment in Phase2 from May 2018 to Dec2018 and 100 districts get treatment in Phase3 from Jan2019 to Dec2019). By Jan2020, all districts got treatment. I want to run a Staggered DID and compare differences in outcomes of children in pre and post-treatment periods.
Can I run the following regression for the same?
Y_idt = α + βTreat_dt + Zs + X_idt + θt + εist,
i – child, d – district, t – birth year
Treat_dt – switches from 0 to 1 if district d had the treatment by time t
Can I use csdid in this case?
Also, in this setup, how do I check for the parallel trends assumption? I am confused about the stata codes in this case.
Please help as I am new to this staggered DID literature.
Thanks in advance.
My data has the following setup. I have birth level data for two survey rounds- 2015-16 and 2019-2021. The treatment happened at the district level in three phases (for example, the Total districts are 600, 300 districts get treatment in Phase1 from Dec2017 to Apr2018, 200 districts get treatment in Phase2 from May 2018 to Dec2018 and 100 districts get treatment in Phase3 from Jan2019 to Dec2019). By Jan2020, all districts got treatment. I want to run a Staggered DID and compare differences in outcomes of children in pre and post-treatment periods.
Can I run the following regression for the same?
Y_idt = α + βTreat_dt + Zs + X_idt + θt + εist,
i – child, d – district, t – birth year
Treat_dt – switches from 0 to 1 if district d had the treatment by time t
Can I use csdid in this case?
Also, in this setup, how do I check for the parallel trends assumption? I am confused about the stata codes in this case.
Please help as I am new to this staggered DID literature.
Thanks in advance.
Comment