ifa.predict {ifa} | R Documentation |
A function to compute the reconstructed factors.
ifa.predict(y, output, method = "lms")
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 |
The function reconstructs the factor scores by different methods: "bartlett"
, "thompson"
or "lms"
(least mean squares). The default is "lms"
.
A matrix with factors in columns.
Cinzia Viroli