print.EFA | R Documentation |
Print Method showing a summarized output of the EFA function
## S3 method for class 'EFA'
print(x, cutoff = 0.3, digits = 3, max_name_length = 10, ...)
x |
list. An object of class EFA to be printed |
cutoff |
numeric. Passed to |
digits |
numeric. Passed to |
max_name_length |
numeric. Passed to |
... |
Further arguments for print. |
EFAtools_PAF <- EFA(test_models$baseline$cormat, n_factors = 3, N = 500,
type = "EFAtools", method = "PAF", rotation = "promax")
EFAtools_PAF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.