GenGC ATT + QST estimator (soft dependency)
Usage
est_gengc(df, tau = cs_tau_oracle, config = list())Arguments
- df
Data frame containing at least
y,w, and covariates namedX*.- tau
Numeric vector of quantile levels for the QST grid. Defaults to cs_tau_oracle.
- 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).n_draws,num_trees,num_threads: GenGC tuning parameters.method: GenGC engine; one of "qrf" (default) or "qr".screen: logical; whether to enable GenGC screening (default: FALSE).
For this estimator,
ci_method = "default"maps to"bootstrap".