Oracle ATT estimator using structural treatment effects
Source:R/est-oracle-att.R
est_oracle_att.RdThis estimator uses the structural treatment effect structural_te
(τ(X)) to compute the ATT on treated units. It is intended only for
internal testing and validation, not for real benchmarking.
Usage
est_oracle_att(df, tau = cs_tau_oracle, config = list())Arguments
- df
A data.frame or tibble containing at least
wandstructural_te. Typically this isdgp$dffrom a synthetic DGP.- tau
Numeric vector of quantile levels. Ignored here but kept for interface compatibility with the estimator contract.
- config
List of estimator-specific settings. Ignored here except for being stored in the returned metadata.