View source: R/multisynth_class.R
predict.multisynth | R Documentation |
Get prediction of average outcome under control or ATT
## S3 method for class 'multisynth'
predict(object, att = F, att_weight = NULL, bs_weight = NULL, ...)
object |
Fit multisynth object |
att |
If TRUE, return the ATT, if FALSE, return imputed counterfactual |
att_weight |
Weights to place on individual units/cohorts when averaging |
bs_weight |
Weight to perturb units by for weighted bootstrap |
... |
Optional arguments |
Matrix of predicted post-treatment control outcomes for each treated unit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.