Registered trim-ladder positivity gate for LMTP fits (defunct)
Source:R/margot_lmtp_positivity_gate.R
margot_lmtp_positivity_gate.Rd`margot_lmtp_positivity_gate()` implemented the retired trim ladder, the effective-sample-size floor, and the product support band as a mechanical pass/fail per policy and rung. The guide-architecture change of 29 July 2026 retired that machinery: no `margot` function computes a traffic light, a tolerance, a retention profile, or an override, and no return value carries a verdict. The function is therefore defunct, and calling it errors with a condition of class `margot_error_defunct`. No registered study used it.
Usage
margot_lmtp_positivity_gate(
fit,
outcome = NULL,
shifts = NULL,
rungs = c(0.99, 0.98, 0.96),
ess_floor = 0.5,
trim_mass_budget = 0.05,
test_thresholds = NULL,
label_mapping = NULL,
verbose = TRUE
)