compare_annual_totals | R Documentation |
Usually a raw series and the corresponding seasonally adjusted series
compare_annual_totals(raw, sa)
raw |
Raw series |
sa |
Seasonally adjusted series |
The largest annual difference (in percentage of the average level of the seasonally adjusted series)
s1<- rjd3toolkit::ABS$X0.2.09.10.M
# two raw series for example's sake
s2 <- rjd3toolkit::ABS$X0.2.08.10.M
compare_annual_totals(s1,s2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.