table_to_long: Convert table format to long format

View source: R/generic_utilities.R

table_to_longR Documentation

Convert table format to long format

Description

Description

Usage

table_to_long(x, raters = NULL)

Arguments

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.

Value

A tibble containing the data from x in long format.


jmgirard/agreement documentation built on Sept. 12, 2022, 12:39 a.m.