View source: R/Personal_Functions.R
Table_percent | R Documentation |
Finds the acc of square tables.
Table_percent(in_table)
in_table |
a confusion matrix |
The table must be square
make sure its square.
Travis Barton
true <- rep(1:10, 10) test <- rep(1:10, 10) test[c(2, 22, 33, 89)] = 1 Table_percent(table(true, test))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.