Learn R Programming

tna (version 0.4.0)

compare.group_tna: Compare TNA Clusters with Comprehensive Metrics

Description

Compare TNA Clusters with Comprehensive Metrics

Usage

# S3 method for group_tna
compare(x, i = 1L, j = 2L, scaling = "none", ...)

Value

A tna_comparison object. See compare.tna() for details.

Arguments

x

A group_tna object.

i

An integer index or the name of the principal cluster as a character string.

j

An integer index or the name of the secondary cluster as a character string.

scaling

See compare.tna().

...

Additional arguments passed to compare.tna().

Examples

Run this code
model <- group_model(engagement_mmm)
compare(model, i = 1, j = 2)

Run the code above in your browser using DataLab