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))

Example output

Kappa <U+00B1> S.E. =  0.5  <U+00B1>  0.09682458 

Delta documentation built on March 26, 2020, 7:21 p.m.

Related to GetKappa in Delta...