Learn R Programming

KFPLS (version 1.0)

predict.KFPLS: Prediction by KFPLS

Description

Prediction of the scalar response by KFPLS.

Usage

# S3 method for KFPLS
predict(object, newdata, ...)

Value

A vector denoting the prediction of the scalar response.

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.