Description Usage Arguments Details Value
Helper function that creates models based on ts objects. For that the passed dataframe is casted to a ts objeckt with the help of the timetk package. You can use following methods with this function:
1 | tf_create_model(data, func, ...)
|
data |
The dataframe containing the timeseries. |
func |
The used forecast method. |
... |
More arguments specific to the used forecasting method. |
- all methods form the forecasts package - forecastHybrid - forecastxgb - smooth package
The fitted model for the specified method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.