Skip to contents

Plots the result of a factor-retention criterion. Eigenvalue-based criteria (e.g. efa_ekc()) are shown as an eigenvalue plot, the Hull method (efa_hull()) as a convex-hull plot. Criteria with more than one sub-variant are faceted.

Usage

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

Arguments

x

an object of class efa_retention, returned by a factor-retention criterion (e.g. efa_ekc() or efa_hull()).

...

not used.

Value

A ggplot2::ggplot object, or invisibly NULL if the criterion has no plottable result.

Examples

plot(efa_ekc(test_models$baseline$cormat, N = 500))