R/mfairPredict.R
predictFX.Rd
Prediction function for fitted functions.
predictFX(object, newdata, which_factors = seq_len(object@K))
MFAIR object.
Data frame containing the values at which predictions are required.
Which factors, i.e., which fitted functions are used. All K factors are used by default.
A matrix containing predicted F(X). Each row is a new sample and each column is a factor.