Good evening,
I found the classAgreement
function from package e1071
in R very useful and informative when working with contingency tables.
It works great with 2-dimensions. But if I have 3 or more dimensions it doesn't work.
I have reviewed several books, papers and web pages, and still cannot find a built-in function that works as classAgreement() with more than 2 dimensions.
Does anybody know a function/package in R that can do that?
If it doesn't exist, can somebody point me in the right direction for building a function that works with 3 dimensions in cross-validation?
Thank you.