powered by
Print Method showing a summarized output of the EFA function
# S3 method for EFA print(x, cutoff = 0.3, digits = 3, max_name_length = 10, ...)
list. An object of class EFA to be printed
numeric. Passed to print.LOADINGS. The number above which to print loadings in bold. Default is .3.
print.LOADINGS
numeric. Passed to print.LOADINGS Number of digits to round the loadings to (default is 3).
numeric. Passed to print.LOADINGS. The maximum length of the variable names to display. Everything beyond this will be cut from the right.
Further arguments for print.
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