powered by
Finds the acc of square tables.
Table_percent(in_table)
a confusion matrix
The table must be square
# NOT RUN { true <- rep(1:10, 10) test <- rep(1:10, 10) test[c(2, 22, 33, 89)] = 1 Table_percent(table(true, test)) # }
Run the code above in your browser using DataLab