loadings.mldfm: Extract Factor Loadings from a 'mldfm' Object

View source: R/mldfm_methods.R

loadings.mldfmR Documentation

Extract Factor Loadings from a mldfm Object

Description

Extract Factor Loadings from a mldfm Object

Usage

## S3 method for class 'mldfm'
loadings(x, ...)

Arguments

x

An object of class mldfm.

...

Further arguments (ignored).

Value

A matrix containing the estimated factor loadings.

Examples

mldfm_result <- mldfm(data = matrix(rnorm(100 * 5), 100, 5), blocks = 1, global = 2)
loadings(mldfm_result)


FARS documentation built on Feb. 17, 2026, 5:06 p.m.