Internal function: Make parsimony plot
plot_auc(
AUC,
variables,
num = seq_along(variables),
auc_lim_min,
auc_lim_max,
ylab = "Mean Area Under the Curve",
title = "Parsimony plot on the validation set"
)A vector of AUC values (or mAUC for ordinal outcomes).
A vector of variable names
A vector of indices for AUC values to plot. Default is to plot all.
Min y_axis limit in the parsimony plot (Default: 0.5).
Max y_axis limit in the parsimony plot (Default: "adaptive").
Title of y-axis
Plot title