Learn R Programming

tna (version 1.0.0)

plot_compare.group_tna: Plot the Difference Network Between Two Groups

Description

Plot the Difference Network Between Two Groups

Usage

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

Value

A qgraph object displaying the difference network between the two clusters

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().

See Also

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

Examples

Run this code
model <- group_model(engagement_mmm)
plot_compare(model)

Run the code above in your browser using DataLab