plot.EFA_AVERAGE: Plot EFA_AVERAGE object

View source: R/plot.EFA_AVERAGE.R

plot.EFA_AVERAGER Documentation

Plot EFA_AVERAGE object

Description

Plot method showing a summarized output of the EFA_AVERAGE function

Usage

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

Arguments

x

list. An output from the EFA_AVERAGE function.

...

not used.

Examples

## Not run: 
EFA_aver <- EFA_AVERAGE(test_models$baseline$cormat, n_factors = 3, N = 500)
EFA_aver

## End(Not run)


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.