Modern TWFE Estimators (Fixed Effects)
Let’s do a Bacon decomposition and then apply Callaway & Sant’Anna’s modern robust estimator to mm.dta using the first_icp cohort variable we just built.
- Run
bacondecomp yield icp, ddetail. Save the resulting figure as a.pngfile and import it into yourlastname.texunder Assignment 11. Give it the captionBacon Decompositionand label itfig:bacon. - Now run
csdid yield, ivar(qnno) time(tindex) gvar(first_icp) tr(icp). Calculate the aggregated overall ATT by runningestat eventand useeststoto save the result. Then useesttabto create a table of the results from this model and the TWFE model you estimated in the last exercise. - How do these results compare to the standard Two-Way Fixed Effects estimate you found in the last exercise?