conversion_table {AutoScore} | R Documentation |
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)
)
pred_score |
a vector with outcomes and final scores generated from |
by |
specify correct method for categorizing the threshold: by "risk" or "score".Default to "risk" |
values |
A vector of threshold for analyze sensitivity, specificity and other metrics. Default to "c(0.01,0.05,0.1,0.2,0.5)" |
No return value and the conversion will be printed out directly.