Skip to contents

Soft-dependency wrapper around bartCause::bartc targeting the ATT.

Usage

est_bart_att(df, config = list(), tau = cs_tau_oracle, ...)

Arguments

df

Data frame with outcome y, treatment w, 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.

  • Additional parameters passed through to bartCause::bartc.

For this estimator, ci_method = "default" maps to "native".

tau

Unused (included for signature compatibility).

...

Additional arguments passed to bartCause::bartc.

Value

A legacy-compatible estimator result containing an att estimate and optional interval, qst = NULL, and CI/provenance meta.