Learn R Programming

FARS (version 0.8.0)

apply_identifications: Apply Identification Constraints to Factors and Loadings

Description

Applies identification constraints to factors and loadings.

Usage

apply_identifications(factors, loadings)

Value

A list containing:

factors

A matrix containing identified factors.

loadings

A matrix of identified factor loadings.

Arguments

factors

A numeric matrix with the current estimate of all factors (T × total factors).

loadings

A numeric matrix with the current estimate of all factor loadings (total factors x N).