Posterior Ranking Probabilities for Prediction Rows
Source:R/predictive-diagnostics-advanced.R
prediction_rank_probabilities.RdSummarises relative ordering among a small, explicitly supplied set of prediction rows. No row is automatically selected or declared superior.
Usage
prediction_rank_probabilities(
x,
rows = NULL,
direction = c("higher", "lower"),
max_rows = 20L
)