print.SLLOADINGS: Print SLLOADINGS object

View source: R/print.SLLOADINGS.R

print.SLLOADINGSR Documentation

Print SLLOADINGS object

Description

Print SLLOADINGS object

Usage

## S3 method for class 'SLLOADINGS'
print(x, cutoff = 0.2, digits = 3, ...)

Arguments

x

class SLLOADINGS matrix.

cutoff

numeric. The number above which to print loadings in bold (default is .2).

digits

numeric. Passed to round. Number of digits to round the loadings to (default is 3).

...

additional arguments passed to print

Examples

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")


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.