Learn R Programming

SPOT (version 2.11.10)

predict.cvModel: predict.cvModel

Description

Predict with the cross validated model produced by buildCVModel.

Usage

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

Arguments

object

CV model (settings and parameters) of class cvModel.

newdata

design matrix to be predicted

...

Additional parameters passed to the model

Value

prediction results: list with predicted mean ('y'), estimated uncertainty ('y'), linearly adapted uncertainty ('sLinear')