powered by
Format method for efa_retain objects
# S3 method for efa_retain format(x, ...)
A character vector with the report lines (styled to the active console theme; plain when colours are disabled).
an object of class efa_retain, returned by efa_retain().
efa_retain()
not used.
# \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