plot.efa_retention: Plot method for efa_retention objects

View source: R/efa_retention.R

plot.efa_retentionR Documentation

Plot method for efa_retention objects

Description

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))

EFAtools documentation built on Aug. 21, 2026, 5:16 p.m.