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