This function provides a concise interpretation of Rank-Weighted Average Treatment Effect (RATE)
estimates from margot_rate()
. The RATE ranks individuals by predicted treatment effects
and computes average effects for selected percentiles.
Arguments
- rate_df
A data frame from
margot_rate()
with columns:RATE Estimate
,2.5%
, and97.5%
. First column contains outcome names.- flipped_outcomes
Character vector of outcome names that were inverted during pre-processing.
- target
Character string specifying RATE type:
AUTOC
(default) orQINI
.