fit_ts: Fitting models for time-series data

Description Usage Arguments Value Examples

View source: R/model_optimization.R

Description

Wrapper of single function call to simplify the estimation

Usage

1
fit_ts(.data, ts_model, parameter = list())

Arguments

.data

tibble/data.frame: matrix of response and covariates.

ts_model

string: name of the mode to be fitted.

parameter

list: Combination of parameter to estimate the model.

Value

data-frame

Examples

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

## End(Not run)

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