View source: R/confusion_matrix.R
calc_accuracy | R Documentation |
Calculates accuracy and related metrics.
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
Michael Clark (see m-clark/confusion_matrix).
binom.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.