Description Usage Arguments Value Author(s) Examples
Format the loadings of a factor analysis.
1 2 3 4 | fa_loadings(fa,
treshold=0,
round=2,
labels=NA)
|
fa |
An object returned by the psych::fa function. |
treshold |
Remove loadings inferior to a treshold. |
round |
Round the final loadings matrix. |
labels |
Supply a additional column with e.g. item labels |
list with two elements.
full |
The full loadings dataframe. |
max |
The max loading of each item. |
Dominique Makowski
1 2 3 4 5 6 7 | require(neuropsychology)
require(psych)
df <- select_numeric(personality)
fa <- psych::fa(df)
fa_loadings(fa)$max
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.