Learn R Programming

EFAtools (version 1.1.0)

format.efa_retain: Format method for efa_retain objects

Description

Format method for efa_retain objects

Usage

# S3 method for efa_retain
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 efa_retain, returned by efa_retain().

...

not used.

Examples

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

Run the code above in your browser using DataLab