summary.multisynth: Summary function for multisynth

View source: R/multisynth_class.R

summary.multisynthR Documentation

Summary function for multisynth

Description

Summary function for multisynth

Usage

## S3 method for class 'multisynth'
summary(object, inf_type = "bootstrap", att_weight = NULL, ...)

Arguments

object

multisynth object

inf_type

Type of inference to perform:

  • bootstrapWild bootstrap, the default option

  • jackknifeJackknife

...

Optional arguments

Value

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


ebenmichael/augsynth documentation built on March 20, 2024, 5:20 a.m.