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()orefa_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)
#> ── Empirical Kaiser Criterion ──────────────────────────────────────────────────
#>
#> • Original implementation (Braeken & van Assen, 2017): 3
#>
#> ℹ Multiple implementations of EKC exist; make sure to report which one you used (see the efa_ekc help page for details).