brStick: Broken-stick method for detection of significant factors

Description Usage Arguments Value References Examples

Description

This function provides a simple way to determine the number of significant factors in a factor analysis. This is done by comparing the eigenvalues of each factor with those expected from a broken-stick distribution.

Usage

1
brStick(eigs)

Arguments

eigs

numeric. Vector of eigenvalues

Value

Returns the number of significant factors.

References

Jackson, Donald A. "Stopping rules in principal components analysis: a comparison of heuristical and statistical approaches." Ecology 74.8 (1993): 2204-2214.

Examples

1
2
mod1 <- enfa(x = climdat.hist, s.dat = ABPR, field = "CODE")
brStick(s.factor(mod1))

CENFA documentation built on Aug. 16, 2021, 9:06 a.m.