Description Usage Arguments See Also Examples
MeanQuadraticWeightedKappa
computes the mean quadratic weighted kappa,
which can optionally be weighted
1 | MeanQuadraticWeightedKappa(kappas, weights = rep(1, length(kappas)))
|
kappas |
A numeric vector of possible kappas. |
weights |
An optional numeric vector of ratings. |
1 2 3 | kappas <- c(0.3 ,0.2, 0.2, 0.5, 0.1, 0.2)
weights <- c(1.0, 2.5, 1.0, 1.0, 2.0, 3.0)
MeanQuadraticWeightedKappa(kappas, weights)
|
[1] 0.2226148
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.