Print conversion table based on final performance evaluation
conversion_table(
pred_score,
by = "risk",
values = c(0.01, 0.05, 0.1, 0.2, 0.5)
)No return value and the conversion will be printed out directly.
a vector with outcomes and final scores generated from AutoScore_testing
specify correct method for categorizing the threshold: by "risk" or "score".Default to "risk"
A vector of threshold for analyze sensitivity, specificity and other metrics. Default to "c(0.01,0.05,0.1,0.2,0.5)"
AutoScore_testing