confusionMatrix: Create a Confusion Matrix based on two value vectors
Description
This function creates a confusion matrix based on two value vectors.
Usage
confusionMatrix(i = NULL, j = NULL)
Arguments
i
A character/numeric value vector to see concordance with j.
j
A character/numeric value vector to see concordance with i.