predict.utsf {utsf} | R Documentation |
Prediction from utsf
objects
Description
Predict the class of a new observation based on the model associated with the
utsf
object
Usage
## S3 method for class 'utsf'
predict(object, new_value, ...)
Arguments
object |
object of class |
new_value |
a data frame with one row of a new observation. |
... |
further arguments passed to or from other methods. |
Value
a numeric value with the forecast.
[Package utsf version 1.1.0 Index]