fa_congruence_matrix: Calculate congruence coefficient matrix.

View source: R/factor_analysis.R

fa_congruence_matrixR Documentation

Calculate congruence coefficient matrix.

Description

Takes an input either a list of factor analysis objects from fa() (psych package) or a data.frame/matrix of loadings. Returns a matrix of congruence coefficients. These are calculated using factor.congruence() from psych package.

Usage

fa_congruence_matrix(x)

Arguments

x

A list of factor analysis objects from psych::fa() or a data.frame/matrix of factor loadings.


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