Learn R Programming

ifa (version 7.0)

ifa.predict: A function to predict the latent variables

Description

A function to compute the reconstructed factors.

Usage

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

Value

A matrix with factors in columns.

Details

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