Calculate Cohen's Kappa coefficient function
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 calculationsx
: List produced by GetKappa...
: Other print optionsNULL
GetKappa(matrix(c(50,10,10,20),2,2))
Useful links