fa_robust_cormatrix: Robust correlation matrix

View source: R/factor_analysis.R

fa_robust_cormatrixR Documentation

Robust correlation matrix

Description

Returns a correlation matrix with robust correlations. These are derived from either rlm() MASS or lmrob() robustbase.

Usage

fa_robust_cormatrix(x, method = "lmrob")

Arguments

x

method Which robust method to use. Options are "lmrob" robustbase or "rlm" MASS. Defaults to the first.

Examples

fa_robust_cormatrix()

Deleetdk/kirkegaard documentation built on March 26, 2024, 1:19 a.m.