Message-ID: <96e03c16-85e4-4c69-aa41-d58405c65e9b@w39g2000prb.googlegroups.com>
Date: 2008-12-07T05:14:36Z
From: Girish A.R.
Subject: Seasonality in time series
In-Reply-To: <20867951.post@talk.nabble.com>
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:
> using decompose() function how can I get only seasonally adjusted series?
>