View source: R/extract_fa_loads.R
extract_fa_loads | R Documentation |
Function to create a loadings file from the factanal() output
extract_fa_loads(fa_object)
fa_object |
factanal() model |
fa_output <- factanal(tidyr::drop_na(psych::bfi), factors = 6)
extract_fa_loads(fa_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.