powered by
Format the loadings of a factor analysis.
format_loadings(x, labels = NULL)
An psych object.
Supply a additional column with e.g. item labels.
# NOT RUN { library(psycho) x <- psych::fa(psych::Thurstone.33, 2) format_loadings(x) # } # NOT RUN { # }
Run the code above in your browser using DataLab