print.efa_retention: Print method for efa_retention objects

View source: R/efa_retention.R

print.efa_retentionR Documentation

Print method for efa_retention objects

Description

Print method for efa_retention objects

Usage

## S3 method for class 'efa_retention'
print(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

print() returns its argument x invisibly; it is cat(format(x), sep = "\n").

Examples

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

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