fa_nfactors: Determine number of factors

View source: R/factor_analysis.R

fa_nfactorsR Documentation

Determine number of factors

Description

Convenience function for determining the number of factors in a fa object. Vectorized.

Usage

fa_nfactors(.fa)

Arguments

.fa

(fa or list of fa objects) The object from which to determine the number of factors.

Examples

fa(iris[-5]) %>% fa_nfactors
fa(iris[-5], nfactors = 2) %>% fa_nfactors

Deleetdk/kirkegaard documentation built on April 22, 2024, 5:22 p.m.