Learn R Programming

EFAtools (version 0.3.0)

plot.EFA_AVERAGE: Plot EFA_AVERAGE object

Description

Plot method showing a summarized output of the EFA_AVERAGE function

Usage

# S3 method for EFA_AVERAGE
plot(x, ...)

Arguments

x

list. An output from the EFA_AVERAGE function.

...

not used.

Examples

Run this code
# NOT RUN {
EFA_aver <- EFA_AVERAGE(test_models$baseline$cormat, n_factors = 3, N = 500)
EFA_aver

# }

Run the code above in your browser using DataLab