View source: R/print.LOADINGS.R
print.LOADINGS | R Documentation |
Print LOADINGS object
## S3 method for class 'LOADINGS' print(x, cutoff = 0.3, digits = 3, max_name_length = 10, ...)
x |
class LOADINGS matrix. |
cutoff |
numeric. The number above which to print loadings in bold default is .3. |
digits |
numeric. Passed to |
max_name_length |
numeric. The maximum length of the variable names to display. Everything beyond this will be cut from the right. |
... |
additional arguments passed to print |
EFAtools_PAF <- EFA(test_models$baseline$cormat, n_factors = 3, N = 500, type = "EFAtools", method = "PAF", rotation = "promax") EFAtools_PAF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.