Calculate agreement coefficients for multiple items
.agree_items(
data,
cols,
coders,
ids = NULL,
category = NULL,
method = "reliability",
labels = TRUE
)
A tibble with agreement coefficients.
A tibble.
The columns holding codings.
The column holding coders.
The column holding case identifiers.
If no category is provided, macro statistics are returned (along with the number of categories in the output). Provide a category to get the statistics for this category only. If values are boolean (TRUE / FALSE) and no category is provided, the category is always assumed to be "TRUE".
The output metrics, one of reliability (reliability scores) or classification (accuracy, precision, recall, f1).
If TRUE (default) extracts labels from the attributes, see codebook.