print.N_FACTORS: Print function for N_FACTORS objects

View source: R/print.N_FACTORS.R

print.N_FACTORSR 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")


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.