Kappa(x, weights = c("Equal-Spacing", "Fleiss-Cohen"))
## S3 method for class 'Kappa':
print(x, digits=max(getOption("digits") - 3, 3),
CI=FALSE, level=0.95, ...)
## S3 method for class 'Kappa':
confint(object, parm, level = 0.95, ...)
## S3 method for class 'Kappa':
summary(object, ...)
## S3 method for class 'summary.Kappa':
print(x, ...)Kappa: a confusion matrix. For the print methods:
object of class "Kappa" or "summary.Kappa"x."Kappa"."Kappa" with three components:value component), along with Approximate Standard Error
(ASE component)Everitt, B.S. (1968), Moments of statistics kappa and weighted kappa. The British Journal of Mathematical and Statistical Psychology, 21, 97--103.
Fleiss, J.L., Cohen, J., and Everitt, B.S. (1969), Large sample standard errors of kappa and weighted kappa. Psychological Bulletin, 72, 332--327.
agreementplot,
confintdata("SexualFun")
K <- Kappa(SexualFun)
K
confint(K)
summary(K)
print(K, CI = TRUE)Run the code above in your browser using DataLab