Learn R Programming

EFAtools (version 0.4.6)

print.N_FACTORS: Print function for N_FACTORS objects

Description

Print function for N_FACTORS objects

Usage

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

Arguments

x

a list of class N_FACTORS. Output from N_FACTORS function.

...

Further arguments for print.

Examples

Run this code
# \donttest{
# 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")
# }

Run the code above in your browser using DataLab