Learn R Programming

extracat (version 1.6-3)

cohen: Cohens Kappa for rectangular matrices

Description

Cohen's Kappa for quadratic and non-quadratic matrices using L1-weights.

Usage

cohen(x)

Arguments

x
A matrix with non-negative entries.

Value

  • Cohen's Kappa

See Also

kendalls, BCI, WBCI

Examples

Run this code
a <- arsim(2000,c(12,12),6)
cohen(a)
cohen(optile(a))

Run the code above in your browser using DataLab