Description Usage Arguments Value References Examples
Executes a seasonal adjustment using the TRAMO-SEATS method
1 | jd_tramoseats(y,method)
|
y |
time series to be seasonally adjusted |
method |
"RSA0", "RSA1","RSA2", "RSA3","RSA4", "RSA5", "RSAfull" (=default value) |
returns an 'mts' multiple time series object
y as source time series
t as trend-cycle component
s as seasonal component
i as irregular component
sa as seasonally adjusted series
Info on JDemetra+, usage and functions :
http://ec.europa.eu/eurostat/cros/content/download_en
1 2 | myseries <- jd_airline(144)
samyseries<- jd_tramoseats(myseries,"RSA5")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.