Description Usage Arguments Details Value Examples
View source: R/modeltime_multirefit.R
applies the modeltime_refit()
function from the 'modeltime' package to multiple series and models.
1 | modeltime_multirefit(models_table)
|
models_table |
'table_time' tibble generated from the |
it takes the 'table_time' tibble generated with the modeltime_multifit()
function and
returns the same object but with the models fitted for the complete period.
retrained 'table_time' object.
1 2 3 4 5 | # Data
library(modeltime)
data_serie <- head(sknifedatar::table_time$table_time,1)
# modeltime_multirefit
sknifedatar::modeltime_multirefit(models_table = data_serie)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.