View source: R/print.SLLOADINGS.R
print.SLLOADINGS | R Documentation |
Print SLLOADINGS object
## S3 method for class 'SLLOADINGS' print(x, cutoff = 0.2, digits = 3, ...)
x |
class SLLOADINGS matrix. |
cutoff |
numeric. The number above which to print loadings in bold (default is .2). |
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(EFA_mod, type = "EFAtools", method = "PAF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.