Reads in a data frame with columns for the target variable(s) and the regressors; returns a list with the time series for the main target variable, any extra target variables and the regressors.
1 2 | prepare_timeseries(data, STARTDATA, STARTMODEL, FREQ, TARGET_VAR = NULL,
REGCOLUMNS = NULL, plot_timeseries = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.