Learn R Programming

SPOT (version 2.11.10)

predict.spotLOESS: Predict loess model

Description

Predict with model produced by buildLOESS.

Usage

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

Arguments

object

loess model (settings and parameters) of class spotLOESS.

newdata

design matrix to be predicted

...

not used

Value

list with predicted value y, standard error s (if object$target contains "s") and ei (if object$target contains "ei") and

See Also

buildLOESS