Description Usage Arguments Value Examples
Slim check for the element to assure it has 2 dimensions, is a table and whose elements are exclusively integers
1 |
x |
table object |
logical indicating wether the element matches the description
1 2 | is.confusion.matrix(table(1:3, 3:1, 1:3)) # FALSE
is.confusion.matrix(table(1:3, 3:1)) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.