View source: R/print.N_FACTORS.R
print.N_FACTORS | R Documentation |
Print function for N_FACTORS objects
## S3 method for class 'N_FACTORS' print(x, ...)
x |
a list of class N_FACTORS. Output from N_FACTORS function. |
... |
Further arguments for print. |
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.