table_to_wide: Convert table format to wide format

View source: R/generic_utilities.R

table_to_wideR Documentation

Convert table format to wide format

Description

Description

Usage

table_to_wide(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 wide format.


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