View source: R/cor.cohen.kappa.onesample.1969.fleiss.R
cor.cohen.kappa.onesample.1969.fleiss | R Documentation |
Calculate Cohen's Kappa based on Fleiss' 1969 paper.
cor.cohen.kappa.onesample.1969.fleiss( observed.frequencies, alternative = c("two.sided", "greater", "less"), conf.level = 0.95 ) cor.cohen.kappa.onesample( observed.frequencies, alternative = c("two.sided", "greater", "less"), conf.level = 0.95 )
observed.frequencies |
A matrix of values to test. |
alternative |
The alternative hypothesis to use for the test computation. |
conf.level |
The confidence level for this test, between 0 and 1. |
The results of the statistical test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.