Synthetic Difference-in-Differences (Arkhangelsky et al., 2021)
Source:R/did.R
morie_did_synthetic.RdThin wrapper around synthdid::synthdid_estimate. Requires
the synthdid package
(remotes::install_github("synth-inference/synthdid"));
synthdid is not on CRAN and has no comparable alternative.
Usage
morie_did_synthetic(
data,
outcome,
unit,
time,
treatment_time,
treated_units = NULL,
zeta = NULL,
n_bootstrap = 200L,
seed = 42L,
alpha = 0.05
)Value
A result list; see morie_did_2x2.