print.EFA {EFAtools} | R Documentation |
Print EFA object
Description
Print Method showing a summarized output of the EFA function
Usage
## S3 method for class 'EFA'
print(x, cutoff = 0.3, digits = 3, max_name_length = 10, ...)
Arguments
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. |
Examples
EFAtools_PAF <- EFA(test_models$baseline$cormat, n_factors = 3, N = 500,
type = "EFAtools", method = "PAF", rotation = "promax")
EFAtools_PAF
[Package EFAtools version 0.4.4 Index]