ifa.predict {ifa}R Documentation

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

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


[Package ifa version 7.0 Index]