predict.KFPLS {KFPLS} | R Documentation |
Prediction by KFPLS
Description
Prediction of the scalar response by KFPLS.
Usage
## S3 method for class 'KFPLS'
predict(object, newdata, ...)
Arguments
object |
A KFPLS object obtained from KFPLS .
|
newdata |
An array with three indices denoting the new observations of the functional predictors. The (i, j, k)-th element of it corresponds to the measurment of the i-th subject for the k-th functional predictor at j-th observation grid.
|
... |
Not used.
|
Value
A vector
denoting the prediction of the scalar response.
[Package
KFPLS version 1.0
Index]