plot_compare.group_tna: Plot the Difference Network Between Two Clusters

plot_compare.group_tnaR Documentation

Plot the Difference Network Between Two Clusters

Description

Plot the Difference Network Between Two Clusters

Usage

## S3 method for class 'group_tna'
plot_compare(x, i = 1L, j = 2L, ...)

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.

...

Additional arguments passed to plot_compare.tna().

Value

A qgraph object displaying the difference network between the two clusters

See Also

Model comparison functions compare(), compare.group_tna(), plot.tna_comparison(), plot_compare(), print.tna_comparison()

Examples

model <- group_model(engagement_mmm)
plot_compare(model)


tna documentation built on June 8, 2025, 10:33 a.m.