Learn R Programming

EFAtools (version 1.1.0)

print.efa_retention: Print method for efa_retention objects

Description

Print method for efa_retention objects

Usage

# S3 method for efa_retention
print(x, ...)

Value

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

Arguments

x

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

...

not used.

Examples

Run this code
efa_ekc(test_models$baseline$cormat, N = 500)

Run the code above in your browser using DataLab