50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

EFAtools (version 0.3.0)

print.LOADINGS: Print LOADINGS object

Description

Print LOADINGS object

Usage

# S3 method for LOADINGS
print(x, cutoff = 0.3, digits = 3, ...)

Arguments

x

class LOADINGS matrix.

cutoff

numeric. The number above which to print loadings in bold default is .3.

digits

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

...

additional arguments passed to print

Examples

Run this code
# 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