predict.spotLOESS | R Documentation |
Predict with model produced by buildLOESS
.
## S3 method for class 'spotLOESS' predict(object, newdata, ...)
object |
loess model (settings and parameters) of class |
newdata |
design matrix to be predicted |
... |
not used |
list with predicted value y
, standard error
s
(if object$target contains "s"
) and
ei
(if object$target contains "ei"
) and
buildLOESS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.