Learn R Programming

FARS (version 0.7.1)

fitted.mldfm: Extract Fitted Values from a mldfm Object

Description

Extract Fitted Values from a mldfm Object

Usage

# S3 method for mldfm
fitted(object, ...)

Value

A matrix containing the fitted values.

Arguments

object

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)
fitted(mldfm_result)

Run the code above in your browser using DataLab