cor.cohen.kappa.onesample.1971.fleiss: Cohen's Kappa

View source: R/cor.cohen.kappa.onesample.1971.fleiss.R

cor.cohen.kappa.onesample.1971.fleissR Documentation

Cohen's Kappa

Description

Calculate Fleiss' extension of Cohen's Kappa based on Fleiss' 1971 paper.

Usage

cor.cohen.kappa.onesample.1971.fleiss(
  subject,
  rater,
  rating,
  weight = rep(1, length(rating)),
  alternative = c("two.sided", "greater", "less"),
  conf.level = 0.95
)

Arguments

subject

A vector identifying subjects.

rater

A vector identifying raters. Not used in this calculation.

rating

A vector identifying ratings.

weight

A vector identifying weights.

alternative

The alternative hypothesis to use for the test computation.

conf.level

The confidence level for this test, between 0 and 1.

Value

The results of the statistical test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.