Soft-dependency wrapper around tmle::tmle. The CausalStress estimator
contract is ATT, so this wrapper extracts fit$estimates$ATT.
Usage
est_tmle_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.num_threads: setsmc.coresfor downstream learners.Additional parameters forwarded to
tmle::tmle.
For this estimator,
ci_method = "default"maps to"native".- tau
Unused (signature compatibility).
- ...
Additional arguments passed to
tmle::tmle.