Learn R Programming

skater (version 0.1.2)

calc_accuracy: Calculate Accuracy

Description

Calculates accuracy and related metrics.

Usage

calc_accuracy(tabble)

Value

A tibble with the corresponding statistics

Arguments

tabble

A frequency table created with table

Author

Michael Clark (see m-clark/confusion_matrix).

Details

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.

See Also