| format.efa_retain | R Documentation |
Format method for efa_retain objects
## S3 method for class 'efa_retain'
format(x, ...)
x |
an object of class efa_retain, returned by |
... |
not used. |
A character vector with the report lines (styled to the active console theme; plain when colours are disabled).
nf <- efa_retain(test_models$baseline$cormat, criteria = c("EKC", "SMT"),
N = 500)
writeLines(format(nf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.