View source: R/cor.cohen.kappa.onesample.1979.fleiss.R
cor.cohen.kappa.onesample.1979.fleiss | R Documentation |
Calculate Fleiss' extension of Cohen's Kappa based on Fleiss', Nee's, and Landis' 1979 paper.
cor.cohen.kappa.onesample.1979.fleiss(
subject,
rater,
rating,
weight = rep(1, length(rating)),
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
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. |
The results of the statistical test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.