predict.cvModel | R Documentation |
Predict with the cross validated model produced by buildCVModel
.
## S3 method for class 'cvModel' predict(object, newdata, ...)
object |
CV model (settings and parameters) of class |
newdata |
design matrix to be predicted |
... |
Additional parameters passed to the model |
prediction results: list with predicted mean ('y'), estimated uncertainty ('y'), linearly adapted uncertainty ('sLinear')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.