
Print SLLOADINGS object
# S3 method for SLLOADINGS
print(x, cutoff = 0.2, digits = 3, ...)
class SLLOADINGS matrix.
numeric. The number above which to print loadings in bold (default is .2).
numeric. Passed to round
. Number of digits
to round the loadings to (default is 3).
additional arguments passed to 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