Skip to contents

Thin extender over DescTools::CohenKappa (when y is supplied) or DescTools::KappaM (when x is a multi-rater matrix / data frame) for inter-rater agreement.

Usage

morie_desc_kappa(x, y = NULL, ...)

Arguments

x

A vector of ratings (paired with y) or a matrix / data frame whose columns are raters.

y

Optional second rater vector when x is a vector.

...

Further arguments forwarded to the upstream function.

Value

A list with $method (qualified upstream name) and $raw (the upstream return object).