Learn R Programming

utsf (version 1.1.0)

predict.utsf: 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 utsf
predict(object, new_value, ...)

Value

a numeric value with the forecast.

Arguments

object

object of class utsf.

new_value

a data frame with one row of a new observation.

...

further arguments passed to or from other methods.