tableRCI: display a table summarizing reliable change indices

Description Usage Arguments Value Examples

View source: R/tableRCI.R

Description

This function creates a table summarzing the number of observations for each label in the reliable change classification. It uses data stored in the JTRCIdf dataframe that is outputted by the JTRCI() function.

Usage

1
tableRCI(data = JTRCIdf, useGroups = F)

Arguments

data

The data to use, default is JTRCIdf.

useGroups

if true, counts are given by each level of the group variable originally provided in the call to JTRCI()

Value

a table summarizing counts per classification label.

Examples

1
2
tableRCI(useGroups = F)
#' @import data.table

AWKruijt/JT-RCI documentation built on July 9, 2019, 3:54 p.m.