print.N_FACTORS {EFAtools} | R Documentation |
Print function for N_FACTORS objects
Description
Print function for N_FACTORS objects
Usage
## S3 method for class 'N_FACTORS'
print(x, ...)
Arguments
x |
a list of class N_FACTORS. Output from N_FACTORS function. |
... |
Further arguments for print. |
Examples
# All criteria except "CD", with correlation matrix and fit method "ML"
# (where needed)
N_FACTORS(test_models$baseline$cormat, criteria = c("EKC", "HULL", "KGC",
"PARALLEL", "SCREE", "SMT"), N = 500, method = "ML")
[Package EFAtools version 0.4.4 Index]