Run a Group-Deletion Sensitivity Plan
Source:R/specification-closure.R
run_group_deletion_sensitivity.RdThis is an intentionally explicit refitting workflow. It can be expensive. The result reports how the primary estimand changes when declared units are omitted, without automatically labelling any unit invalid.
Usage
run_group_deletion_sensitivity(
plan,
backend = c("rstan", "cmdstanr"),
chains = 4L,
iter = 2000L,
warmup = 1000L,
cores = 1L,
seed = 1L,
adapt_delta = 0.95,
max_treedepth = 12L,
refresh = 0L,
ndraws = NULL,
retain_fits = FALSE
)