print.OMEGA | R Documentation |
Print OMEGA object
## S3 method for class 'OMEGA' print(x, digits = 3, ...)
x |
output of class OMEGA (output from the OMEGA function) |
digits |
numeric. Passed to |
... |
additional arguments passed to print |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.