Skip to content

Seasonality in time series

4 messages · Matthias, GR, Ron Michael +1 more

#
Hi,
I?m looking for a package which includes a test for seasonality in time 
series.
Any help and input would be greatly appreciated.
Thanks,
Matthias
GR
#
Here's something that may help you get started:
library(ts)
?decompose
?stl

Thanks,
-Girish
On Dec 5, 1:55?pm, Matthias <docnehr... at email.de> wrote:
#
using decompose() function how can I get only seasonally adjusted series?
GR-13 wrote:

  
    
#
Not sure with decompose(), but the output object of the 'stl' function
has a 'time.series' attribute - you need to add the trend and the
irregular components to get the seasonally adjusted series.

Hope this helps.

best,
-Girish
On Dec 6, 1:45?pm, RON70 <ron_michae... at yahoo.com> wrote: