predict.multisynth: Get prediction of average outcome under control or ATT

View source: R/multisynth_class.R

predict.multisynthR Documentation

Get prediction of average outcome under control or ATT

Description

Get prediction of average outcome under control or ATT

Usage

## S3 method for class 'multisynth'
predict(object, att = F, att_weight = NULL, bs_weight = NULL, ...)

Arguments

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

Value

Matrix of predicted post-treatment control outcomes for each treated unit


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