Learn R Programming

EGAnet (version 1.0.0)

compare.EGA.plots: Visual Compares EGAnet plots

Description

Identifies redundant nodes in the network based on several measures. Computes the weighted topological overlap between each node and every other node in the network. The weighted topological overlap is implemented using the method from Nowick et al. (2009; see references) and the function wTO from the wTO package.

Usage

compare.EGA.plots(..., labels, rows, columns)

Arguments

...

EGAnet objects

labels

Character vector. Labels for each EGAnet object

rows

Numeric. Number of rows to spread plots across

columns

Numeric. Number of columns to spread plots down

Value

Visual comparison of EGAnet objects

Examples

Run this code
# NOT RUN {
# obtain SAPA items
items <- psychTools::spi[,c(11:20)]

# }

Run the code above in your browser using DataLab