| augment_scm | R Documentation |
Applies a ridge-regression-based bias correction to a fitted SCM object, following Ben-Michael, Feller & Rothstein (2021, JASA). The corrected estimator is:
augment_scm(fit, lambda_ridge = NULL)
fit |
A |
lambda_ridge |
Ridge penalty (non-negative). |
tau_aug = tau_SCM + (m_tr_post - sum_j W_j * m_j_post)
where m_i_post = Y_pre_i' beta_hat is the ridge outcome model prediction for unit i's mean post-treatment outcome, and beta_hat is estimated by ridge regression across control units.
A list with:
att_aug: Augmented ATT estimate
delta: Bias correction term (m_tr_post - sum_j W_j m_j_post)
att_scm: Original SCM ATT for comparison
lambda_ridge: Ridge penalty used
beta_hat: Ridge regression coefficients (length T_pre)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.