Soft-dependency wrapper around bartCause::bartc targeting the ATT.
Usage
est_bart_att(df, config = list(), tau = cs_tau_oracle, ...)Arguments
- df
Data frame with outcome
y, treatmentw, and covariates.- config
Optional list of configuration options. Common fields include:
ci_method: CI intent; one of "none", "default", "bootstrap", "native" (see cs_ci_methods).seed: required when bootstrap CIs are requested.n_boot: number of bootstrap draws if using bootstrap CIs.Additional parameters passed through to
bartCause::bartc.
For this estimator,
ci_method = "default"maps to"native".- tau
Unused (included for signature compatibility).
- ...
Additional arguments passed to
bartCause::bartc.