Table_percent {LilRhino}R Documentation

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

Note

make sure its square.

Author(s)

Travis Barton

Examples


true <- rep(1:10, 10)
test <- rep(1:10, 10)
test[c(2, 22, 33, 89)] = 1
Table_percent(table(true, test))

[Package LilRhino version 1.2.2 Index]