
Last chance! 50% off unlimited learning
Sale ends in
Kappa.test(x, y=NULL, conf.level=0.95)
res <- Kappa.test(matrix(c(20, 10, 5, 15), 2, 2))
str(res)
print(res)
Kappa.test(c(1, 1, 3, 1, 1, 2, 1, 2, 1, 1), c(2, 1, 3, 1, 3, 2, 1, 3, 3, 3))
Run the code above in your browser using DataLab