predict.spotRSM: Predict RSM model

View source: R/buildRSM.R

predict.spotRSMR Documentation

Predict RSM model

Description

Predict with model produced by buildRSM.

Usage

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


SPOT documentation built on June 26, 2022, 1:06 a.m.