AutoScore function: Print conversion table for ordinal outcomes to map score to risk
conversion_table_ordinal(
pred_score,
link = "logit",
max_score = 100,
score_breaks = seq(from = 5, to = 70, by = 5),
...
)No return value and the conversion will be printed out directly.
A data.frame with outcomes and final scores
generated from AutoScore_fine_tuning_Ordinal
The link function used to model ordinal outcomes. Default is
"logit" for proportional odds model. Other options are
"cloglog" (proportional hazards model) and "probit".
Maximum attainable value of final scores.
A vector of score breaks to group scores. The average
predicted risk will be reported for each score interval in the lookup
table. Users are advised to first visualise the predicted risk for all
attainable scores to determine scores (see
plot_predicted_risk)
Additional parameters to pass to kable.
AutoScore_testing_Ordinal