GetKappa: Calculate Cohen's Kappa coefficient function

Description Usage Arguments Value Examples

View source: R/GetKappa.R

Description

This function perform Cohen's Kappa coefficient calculations. The function provide the Kappa coefficient and SE.

Usage

1
2
3
4
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

1
GetKappa(matrix(c(50,10,10,20),2,2))

toni-1991/Delta documentation built on Dec. 9, 2019, 8:54 a.m.