Learn R Programming

EFAtools (version 0.3.0)

print.EFA: Print EFA object

Description

Print Method showing a summarized output of the EFA function

Usage

# S3 method for EFA
print(x, ...)

Arguments

x

list. An object of class EFA to be printed

...

Further arguments for print.

Examples

Run this code
# NOT RUN {
EFAtools_PAF <- EFA(test_models$baseline$cormat, n_factors = 3, N = 500,
                    type = "EFAtools", method = "PAF", rotation = "promax")
EFAtools_PAF

# }

Run the code above in your browser using DataLab