Skip to contents

Plot Permutation Test Results

Usage

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

Arguments

x

A group_tna_permutation object.

...

Arguments passed to plot.tna_permutation().

Value

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

Examples

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