Learn R Programming

Delta (version 0.2.0.3)

GetKappa: 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 GetKappa print(x, ...)

Arguments

mx

Matrix. Agreement contingency table to perform calculations

x

List produced by GetKappa

...

Other print options

Value

NULL

Examples

Run this code
# NOT RUN {
GetKappa(matrix(c(50,10,10,20),2,2))
# }

Run the code above in your browser using DataLab