| .agree_confusion | R Documentation |
Generate confusion matrix
.agree_confusion(
data,
cols,
coders,
ids = NULL,
category = NULL,
labels = TRUE
)
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. |
A tibble representing a confusion matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.