Learn R Programming

SPOT (version 2.11.10)

predict.spotRSM: Predict RSM model

Description

Predict with model produced by buildRSM.

Usage

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

Arguments

object

RSM model (settings and parameters) of class spotRSM.

newdata

design matrix to be predicted

...

not used

Value

list with predicted value y

See Also

buildRSM