predict.cvModel: predict.cvModel

Description Usage Arguments Value

View source: R/buildCVModel.R

Description

Predict with the cross validated model produced by buildCVModel.

Usage

1
2
## S3 method for class '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')


bartzbeielstein/SPOT documentation built on June 13, 2020, 5:58 p.m.