Heterogeneity-robust DiD (de Chaisemartin & D'Haultfoeuille, 2020)
Source:R/did.R
morie_did_chaisemartin_dhaultfoeuille.RdThin wrapper around DIDmultiplegt::did_multiplegt. Computes
the instantaneous treatment effect for switchers using
appropriate comparisons. Hard-errors if DIDmultiplegt is
not installed.
Usage
morie_did_chaisemartin_dhaultfoeuille(
data,
outcome,
treatment,
unit,
time,
n_bootstrap = 200L,
seed = 42L,
alpha = 0.05
)Value
A result list; see morie_did_2x2.