dot-agree_confusion: Generate confusion matrix

.agree_confusionR Documentation

Generate confusion matrix

Description

Generate confusion matrix

Usage

.agree_confusion(
  data,
  cols,
  coders,
  ids = NULL,
  category = NULL,
  labels = TRUE
)

Arguments

data

A tibble.

cols

The columns holding codings.

coders

The column holding coders.

ids

The column holding case identifiers.

category

Focus category or null.

labels

If TRUE (default) extracts labels from the attributes, see codebook.

Value

A tibble representing a confusion matrix.


volker documentation built on Nov. 5, 2025, 5:21 p.m.