fa_robust_fa: Robust factor analysis.

View source: R/factor_analysis.R

fa_robust_faR Documentation

Robust factor analysis.

Description

Performs a robust factor analysis. It is done using the output from fa_robust_cormatrix(). Note that this uses a correlation matrix, so factor scores are not available.

Usage

fa_robust_fa(x, ..., .method = "lmrob")

Arguments

x

A data.frame to factor analyze.

Examples

fa_robust_cormatrix()

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