GetKappa function

Calculate Cohen's Kappa coefficient function

Calculate Cohen's Kappa coefficient function

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

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

Returns

NULL

Examples

GetKappa(matrix(c(50,10,10,20),2,2))
  • Maintainer: Antonio Rodriguez
  • License: GPL-3
  • Last published: 2019-12-09

Useful links