Description Usage Arguments See Also Examples
ScoreQuadraticWeightedKappa
computes the quadratic weighted kappa between
two vectors of integers
1 2 | ScoreQuadraticWeightedKappa(rater.a, rater.b, min.rating = min(c(rater.a,
rater.b)), max.rating = max(c(rater.a, rater.b)))
|
rater.a |
An integer vector of the first rater's ratings. |
rater.b |
An integer vector of the second rater's ratings. |
min.rating |
The minimum possible rating. |
max.rating |
The maximum possible rating. |
1 2 3 | rater.a <- c(1, 4, 5, 5, 2, 1)
rater.b <- c(2, 2, 4, 5, 3, 3)
ScoreQuadraticWeightedKappa(rater.a, rater.b, 1, 5)
|
[1] 0.56
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.