reportable_rate | R Documentation |
The reportable rate is defined as the percentage of class predictions that are not equivocal.
reportable_rate(x)
x |
A |
The reportable rate is calculated as (n_not_equivocal / n)
.
x <- class_pred(factor(1:5), which = c(1, 2))
# 3 / 5
reportable_rate(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.