Estimates SE and confidence intervals for the ATT via non-parametric cluster bootstrap or jackknife over control units. Works for both sharp and staggered GSC 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 = "gsc".- 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).
Details
Note: gsc_boot() performs a parametric bootstrap under H0 (hypothesis
testing). gsc_inference() provides non-parametric SE and CIs suitable
for inference about the ATT magnitude.
