fit_ets: Fit Error Trend Seasonal model

Description Usage Arguments Value Examples

View source: R/fit_ets.R

Description

Fit Error Trend Seasonal model

Usage

1
fit_ets(.data, y_var, parameter = NULL)

Arguments

.data

Data frame or tibble.

y_var

String. Column name of the time series to be forecasted.

parameter

List. Combination of parameter to estimate the model.

Value

data-frame

Examples

1
2
3
4
## Not run: 
get_ets()

## End(Not run)

opoyc/autoforecast documentation built on May 18, 2021, 1:29 a.m.