Description Usage Arguments Value Examples
This function allows to optimise the time series seasonal data, based on the stationarity tests' results. It is an extention of test.df() function.
1 | optimise.df(datax, season)
|
datax |
A data.frame of seasonal data to be studied of length equal to explicative variable vector. The first column is advised to be year and the second to be "M" for monthly data, or "T" for trimestrial data. |
season |
An indicator of seasonality type to be used as present in the data.frame. |
A data.frame with test results by variable.
1 | optimise.df = function(datax, season)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.