powered by
ScoreQuadraticWeightedKappa computes the quadratic weighted kappa between two vectors of integers
ScoreQuadraticWeightedKappa
ScoreQuadraticWeightedKappa(rater.a, rater.b, min.rating = min(c(rater.a, rater.b)), max.rating = max(c(rater.a, rater.b)))
An integer vector of the first rater's ratings.
An integer vector of the second rater's ratings.
The minimum possible rating.
The maximum possible rating.
MeanQuadraticWeightedKappa
# NOT RUN { 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) # }
Run the code above in your browser using DataLab