View source: R/generic_utilities.R
table_to_long | R Documentation |
Description
table_to_long(x, raters = NULL)
x |
Required. A matrix, dataframe, or table object representing a two-by-two contingency matrix (AKA confusion matrix). |
raters |
Optional. A character vector containing the name of each rater. |
A tibble containing the data from x
in long format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.