Format method for efa_retention objects
Usage
# S3 method for class 'efa_retention'
format(x, ...)Arguments
- x
an object of class efa_retention, returned by a factor-retention criterion (e.g.
efa_ekc()orefa_hull()).- ...
not used.
Value
A character vector with the report lines (styled to the active console theme; plain when colours are disabled).
Examples
writeLines(format(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).