extract_fa_loads: Function to create a loadings file from the factanal() output

View source: R/extract_fa_loads.R

extract_fa_loadsR Documentation

Function to create a loadings file from the factanal() output

Description

Function to create a loadings file from the factanal() output

Usage

extract_fa_loads(fa_object)

Arguments

fa_object

factanal() model

Examples

fa_output <- factanal(tidyr::drop_na(psych::bfi), factors = 6)
extract_fa_loads(fa_output)

martinctc/surveytools documentation built on Feb. 20, 2025, 6:38 p.m.