Learn R Programming

EFAtools (version 0.4.5)

print.OMEGA: Print OMEGA object

Description

Print OMEGA object

Usage

# S3 method for OMEGA
print(x, digits = 3, ...)

Arguments

x

output of class OMEGA (output from the OMEGA function)

digits

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

...

additional arguments passed to print

Examples

Run this code
efa_mod <- EFA(test_models$baseline$cormat, N = 500, n_factors = 3,
               type = "EFAtools", method = "PAF", rotation = "promax")
sl_mod <- SL(efa_mod, type = "EFAtools", method = "PAF")

OMEGA(sl_mod, type = "EFAtools",
factor_corres = sl_mod$sl[, c("F1", "F2", "F3")] >= .2)

Run the code above in your browser using DataLab