did_multiplegt
wraps in a single command all the estimators from de Chaisemartin and D'Haultfoeuille. Depending on the mode argument, this command can be used to call the following estimators.
did_multiplegt_dyn. In dyn
mode, the command computes the DID event-study estimators introduced in de Chaisemartin and D'Haultfoeuille (2024a). This mode can be used both with a binary and staggered (absorbing) treatment and a non-binary treatment (discrete or continuous) that can increase or decrease multiple times. The estimator is also robust to heterogeneous effects of the current and lagged treatments. Lastly, it can be used with data where the panel st is unblanced or more disaggregated than the group level.
did_had. In had
mode, the command computes the DID estimator introduced in de Chaisemartin and D'Haultfoeuille (2024b). This mode estimates the effect of a treatment on an outcome in a heterogeneous adoption design (HAD) with no stayers but some quasi stayers.
did_multiplegt_old. In old
mode, the command computes the DID estimators introduced in de Chaisemartin and D'Haultfoeuille (2020). This mode corresponds to the old version of the did_multiplegt command. Specifically, it can be used to estimate \(DID_M\), i.e. the average across \(t\) and \(d\) of the treatment effects of groups that have treatment \(d\) at \(t-1\) and change their treatment at \(t\), using groups that have treatment \(d\) at \(t-1\) and \(t\) as controls. This mode could also be used to compute event-study estimates, but we strongly suggest to use the dyn
mode, since it is way faster and includes comprehensive estimation and post-estimation support.