predict.spotLOESS: Predict loess model

Description Usage Arguments Value See Also

View source: R/buildLOESS.R

Description

Predict with model produced by buildLOESS.

Usage

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


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