View source: R/multisynth_class.R
summary.multisynth | R Documentation |
Summary function for multisynth
## S3 method for class 'multisynth'
summary(object, inf_type = "bootstrap", att_weight = NULL, ...)
object |
multisynth object |
inf_type |
Type of inference to perform:
|
... |
Optional arguments |
summary.multisynth object that contains:
"att"Dataframe with ATT estimates, standard errors for each treated unit
"global_l2"L2 imbalance for the pooled synthetic control
"scaled_global_l2"L2 imbalance for the pooled synthetic control, scaled by the imbalance for unitform weights
"ind_l2"Average L2 imbalance for the individual synthetic controls
"scaled_ind_l2"Average L2 imbalance for the individual synthetic controls, scaled by the imbalance for unitform weights
"n_leads", "n_lags"Number of post treatment outcomes (leads) and pre-treatment outcomes (lags) to include in the analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.