predict.utsf: Prediction from 'utsf' objects

View source: R/build_models.R

predict.utsfR 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 utsf.

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.


utsf documentation built on June 8, 2025, 10:44 a.m.