Skip to contents

This 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 w and structural_te. Typically this is dgp$df from 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.

Value

A list with typed outputs plus legacy att, qst, cf, and meta components, satisfying the estimator contract used in CausalStress.