plot.group_tna_permutation: Plot Permutation Test Results

plot.group_tna_permutationR Documentation

Plot Permutation Test Results

Description

Plot Permutation Test Results

Usage

## S3 method for class 'group_tna_permutation'
plot(x, title, ...)

Arguments

x

A group_tna_permutation object.

title

An optional character vector of titles for each plot. When not provided, the title shows the names of the clusters being contrasted.

...

Arguments passed to plot.tna_permutation().

Value

A list (invisibly) of qgraph objects depicting the significant difference between each pair.

See Also

Validation functions bootstrap(), deprune(), estimate_cs(), permutation_test(), permutation_test.group_tna(), plot.group_tna_bootstrap(), plot.group_tna_stability(), plot.tna_bootstrap(), plot.tna_permutation(), plot.tna_stability(), print.group_tna_bootstrap(), print.group_tna_permutation(), print.group_tna_stability(), print.summary.group_tna_bootstrap(), print.summary.tna_bootstrap(), print.tna_bootstrap(), print.tna_permutation(), print.tna_stability(), prune(), pruning_details(), reprune(), summary.group_tna_bootstrap(), summary.tna_bootstrap()

Examples

model <- group_tna(engagement_mmm)
# Small number of iterations for CRAN
perm <- permutation_test(model, iter = 20)
plot(perm)


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