print.OMEGA: Print OMEGA object

View source: R/print.OMEGA.R

print.OMEGAR Documentation

Print OMEGA object

Description

Print OMEGA object

Usage

## S3 method for class '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

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)


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