predict.spotLOESS: Predict loess model

View source: R/buildLOESS.R

predict.spotLOESSR Documentation

Predict loess model

Description

Predict with model produced by buildLOESS.

Usage

## 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


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