Skip to contents

Plots every factor-retention criterion in the efa_retain() result that has a plottable outcome (see plot.efa_retention()); criteria without a plot (e.g. efa_map() or efa_smt()) are skipped.

Usage

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

Arguments

x

an object of class efa_retain, returned by efa_retain().

...

not used.

Value

A named list of ggplot2::ggplot objects, one per criterion with a plottable result, or invisibly NULL if there is none.

Examples

# \donttest{
nf <- efa_retain(test_models$baseline$cormat, criteria = c("EKC", "SMT"),
                 N = 500)
plot(nf)
#> $EKC

#> 
# }