Estimates SE and confidence intervals for the ATT via non-parametric cluster bootstrap or jackknife over control units. Works for both sharp and staggered SI fits. For staggered fits, bootstrap resamples each cohort's control pool independently, and jackknife uses a per-cohort LOO with delta-method variance aggregation.
Arguments
- fit
A
coresynthobject fromscm_fit()withmethod = "si".- method
"bootstrap"(default) or"jackknife".- n_boot
Number of bootstrap replications (default 499L; ignored for jackknife).
- level
Confidence level (default 0.95).
- alternative
"two.sided"(default),"greater", or"less".- seed
RNG seed for reproducibility (default NULL).
