Learn R Programming

LilRhino (version 1.2.2)

Table_percent: Table Percent

Description

Finds the acc of square tables.

Usage

Table_percent(in_table)

Arguments

in_table

a confusion matrix

Details

The table must be square

Examples

Run this code
# 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