GetKappa {Delta} | R Documentation |
This function perform Cohen's Kappa coefficient calculations. The function provide the Kappa coefficient and SE.
GetKappa(mx)
## S3 method for class 'GetKappa'
print(x, ...)
mx |
Matrix. Agreement contingency table to perform calculations |
x |
List produced by GetKappa |
... |
Other print options |
NULL
GetKappa(matrix(c(50,10,10,20),2,2))