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 Nov. 21, 2024, 10:48 p.m.