powered by
Print method for efa_retention objects
# S3 method for efa_retention print(x, ...)
print() returns its argument x invisibly; it is cat(format(x), sep = "\n").
print()
x
cat(format(x), sep = "\n")
an object of class efa_retention, returned by a factor-retention criterion (e.g. EKC() or HULL()).
EKC()
HULL()
not used.
EKC(test_models$baseline$cormat, N = 500)
Run the code above in your browser using DataLab