Kappa(x, weights = c("Equal-Spacing", "Fleiss-Cohen"))
"print"(x, digits=max(getOption("digits") - 3, 3),
CI=FALSE, level=0.95, ...)
"confint"(object, parm, level = 0.95, ...)
"summary"(object, ...)
"print"(x, ...)
Kappa
: a confusion matrix. For the print methods:
object of class "Kappa"
or "summary.Kappa"
x
."Kappa"
."Kappa"
with three components: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
,
confint
data("SexualFun")
K <- Kappa(SexualFun)
K
confint(K)
summary(K)
print(K, CI = TRUE)
Run the code above in your browser using DataLab