ts_adjust | R Documentation |
Multiplicative adjustment of a time series for leap year / length of periods
ts_adjust(s, method = c("LeapYear", "LengthOfPeriod"), reverse = FALSE)
s |
The original time series |
method |
|
reverse |
Adjustment or reverse operation |
The interpolated series
y <- ABS$X0.2.09.10.M
ts_adjust(y)
# with reverse we can find the
all.equal(ts_adjust(ts_adjust(y), reverse = TRUE), y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.