Learn R Programming

EFAtools (version 0.8.0)

format.N_FACTORS: Format method for N_FACTORS objects

Description

Format method for N_FACTORS objects

Usage

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

Value

A character vector with the report lines (styled to the active console theme; plain when colours are disabled).

Arguments

x

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

...

not used.

Examples

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

Run the code above in your browser using DataLab