plot.EFA_AVERAGE {EFAtools} | R 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)
[Package EFAtools version 0.4.4 Index]