Learn R Programming

EFAtools (version 0.8.0)

print.N_FACTORS: Print method for N_FACTORS objects

Description

Print method for N_FACTORS objects

Usage

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

Value

print() returns its argument x invisibly; it is cat(format(x), sep = "\n").

Arguments

x

an object of class N_FACTORS, returned by N_FACTORS().

...

not used.

Examples

Run this code
# \donttest{
N_FACTORS(test_models$baseline$cormat, criteria = c("EKC", "SMT"), N = 500)
# }

Run the code above in your browser using DataLab