Post-process models to recover Qini curves via propensity trimming
Source:R/margot_rescue_qini.R
margot_rescue_qini.Rd
for any model in a results list whose qini_objects are null or empty, this function applies an overlap restriction on the estimated\ n#' propensity scores and recomputes in‑sample Qini curves on the trimmed data, without touching the original ATE or forest objects.
Usage
margot_rescue_qini(
model_results,
propensity_bounds = c(0.05, 0.95),
verbose = TRUE
)