powered by
Plot the Significant Differences from a Permutation Test
# S3 method for tna_permutation plot(x, colors, ...)
A qgraph object containing only the significant edges according to the permutation test.
qgraph
A tna_permutation object.
tna_permutation
See qgraph::qgraph().
qgraph::qgraph()
Arguments passed to plot_model().
plot_model()
model_x <- tna(group_regulation[1:200, ]) model_y <- tna(group_regulation[1001:1200, ]) # Small number of iterations for CRAN perm <- permutation_test(model_x, model_y, iter = 20) plot(perm)
Run the code above in your browser using DataLab