powered by
Print Method showing a summarized output of the SL function.
# S3 method for SL print(x, ...)
list. An object of class SL to be printed
Further arguments for print.
EFA_mod <- EFA(test_models$baseline$cormat, N = 500, n_factors = 3, type = "EFAtools", method = "PAF", rotation = "promax") SL(EFA_mod, type = "EFAtools", method = "PAF")
Run the code above in your browser using DataLab