print.OMEGA {EFAtools} | R 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 |
... |
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)
[Package EFAtools version 0.4.4 Index]