Open nilshg opened 2 years ago
This is the "original" version of synthetic controls, as described in Abadie, Diamond, Hainmueller (2010)
This should be something like ADHSCM(x::{SingleUnitTreatment, ContinuousTreatment}) at least initially, as the paper only deals with this case. It will probably require changes to TreatmentPanels to specify covariates in the panel.
ADHSCM(x::{SingleUnitTreatment, ContinuousTreatment})
TreatmentPanels
This is the "original" version of synthetic controls, as described in Abadie, Diamond, Hainmueller (2010)
This should be something like
ADHSCM(x::{SingleUnitTreatment, ContinuousTreatment})
at least initially, as the paper only deals with this case. It will probably require changes toTreatmentPanels
to specify covariates in the panel.