ifa.predict: A function to predict the latent variables

Description Usage Arguments Details Value Author(s)

Description

A function to compute the reconstructed factors.

Usage

1
ifa.predict(y, output, method = "lms")

Arguments

y

The data matrix for which factor reconstructions are desired

output

The result of a call to ifa.em

method

The method for reconstructing the factors

Details

The function reconstructs the factor scores by different methods: "bartlett", "thompson" or "lms" (least mean squares). The default is "lms".

Value

A matrix with factors in columns.

Author(s)

Cinzia Viroli


ifa documentation built on May 2, 2019, 1:07 p.m.

Related to ifa.predict in ifa...