powered by
Plot loadings.
plot_loadings(loadings)
Loadings by variable.
# NOT RUN { library(psycho) x <- psych::fa(psych::Thurstone.33, 2) plot_loadings(format_loadings(x)$loadings) # } # NOT RUN { # }
Run the code above in your browser using DataLab