tableJT: display a table summarizing Jacobson-Truax indices

Description Usage Arguments Value Examples

View source: R/tableJT.R

Description

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

Usage

1
tableJT(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
tableJT(useGroups = F)

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