Description Usage Arguments Value Examples
With this function is possible to differentiate a series to obtain the I(0) version. By default it uses the GDP observation from the default dataset.
1 |
x |
The numeric vector of the observations you want to visualize. |
t |
The vector of the dates used to index the data. |
This function calculates the order of integration of your time series and gives you as output the differentiated one as a zoo object.
1 | ##You can try this I0INFL <- I0_series(x=DATA$INFLATION, t=DATA$DATE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.