View source: R/cor.cohen.kappa.weighted.onesample.1969.fleiss.R
cor.cohen.kappa.weighted.onesample.1969.fleiss | R Documentation |
Calculate Cohen's Kappa based on Fleiss' 1969 paper.
cor.cohen.kappa.weighted.onesample.1969.fleiss(
observed.frequencies,
weight = matrix(rep(1, length(observed.frequencies)), nrow =
nrow(observed.frequencies)),
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
observed.frequencies |
A matrix of values to test. |
weight |
Matrix - A matrix of weights to use for cells in observed.frequencies, values between 0 and 1. |
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.