Learn R Programming

FARS (version 0.8.0)

loadings.mldfm: Extract Factor Loadings from a mldfm Object

Description

Extract Factor Loadings from a mldfm Object

Usage

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

Value

A matrix containing the estimated factor loadings.

Arguments

x

An object of class mldfm.

...

Further arguments (ignored).

Examples

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

Run the code above in your browser using DataLab