Inverse-probability weighted ATT estimator (IPW-ATT)
Usage
est_ipw_att(df, config = list(), tau = cs_tau_oracle, ...)Arguments
- df
Data frame containing at least
y,w, and covariates namedX*.- config
List of estimator 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 (default: 200).
For this estimator,
ci_method = "default"maps to"bootstrap".- tau
Numeric vector of quantile levels (unused; included for a uniform estimator interface).
- ...
Unused; included for compatibility with runner forwarding.