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 |
newdata |
An |
... |
Not used. |
Value
A vector
denoting the prediction of the scalar response.
[Package KFPLS version 1.0 Index]