compute_prob_observed | R Documentation |
Internal function: Based on given labels and scores, compute proportion of subjects observed in each outcome category in given score intervals.
compute_prob_observed( pred_score, link = "logit", max_score = 100, score_breaks = seq(from = 5, to = 70, by = 5) )
pred_score |
A |
link |
The link function used to model ordinal outcomes. Default is
|
max_score |
Maximum attainable value of final scores. |
score_breaks |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.