Description Usage Arguments Details Value See Also Examples
View source: R/calc_accuracy.R
Calculates accuracy and related metrics.
1 | calc_accuracy(tabble)
|
tabble |
A frequency table created with |
Calculates accuracy, lower and upper bounds, the guessing rate and
p-value of the accuracy vs. the guessing rate. This function is called by
confusion_matrix
, but if this is all you want, you can simply supply
the table to this function.
A tibble with the corresponding statistics
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.