powered by
Print Method showing a summarized output of the EFA function
# S3 method for EFA print(x, ...)
list. An object of class EFA to be printed
Further arguments for print.
# 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