fa_all_methods: Factor analyze with all methods

View source: R/factor_analysis.R

fa_all_methodsR Documentation

Factor analyze with all methods

Description

Runs factor analysis to extract a single factor on a dataset with all possible combinations of extraction and scoring methods. Returns a list with all scores and loadings for further use.

Usage

fa_all_methods(DF, ..., skip_methods = "", messages = T)

Arguments

DF

A data.frame to extract factors from.

...

Parameters to fa().

skip_methods

A character vector of methods to skip. Defaults to none.

Examples

fa_all_methods(iris[-5])

Deleetdk/kirkegaard documentation built on June 7, 2024, 7:49 a.m.