powered by
Calculates accuracy and related metrics.
calc_accuracy(tabble)
A tibble with the corresponding statistics
A frequency table created with table
table
Michael Clark (see m-clark/confusion_matrix).
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.
confusion_matrix
binom.test