Re: [R] partial analisys of a time series

2012-12-04 Thread arun
: Antonio Silva To: arun Cc: R help ; PIKAL Petr Sent: Tuesday, December 4, 2012 8:13 PM Subject: Re: [R] partial analisys of a time series Hi all Thanks for the attention and answers. I learned a lot I now I can go on my work. I also tryed to you de command window(). I thought it would be poss

Re: [R] partial analisys of a time series

2012-12-04 Thread Antonio Silva
From: Antonio Silva > To: PIKAL Petr > Cc: "R-help@r-project.org" > Sent: Tuesday, December 4, 2012 5:50 AM > Subject: Re: [R] partial analisys of a time series > > Thanks Petr > > I thought there might be an equivalent for birthstimeseries[,1] if it were > a d

Re: [R] partial analisys of a time series

2012-12-04 Thread arun
sJanFebHW<-HoltWinters(birthstimeseriesJanFeb1)  plot(birthstimeseriesJanFebHW) A.K. - Original Message - From: Antonio Silva To: PIKAL Petr Cc: "R-help@r-project.org" Sent: Tuesday, December 4, 2012 5:50 AM Subject: Re: [R] partial analisys of a time series Thanks Petr I tho

Re: [R] partial analisys of a time series

2012-12-04 Thread arun
ject.org" Cc: Sent: Tuesday, December 4, 2012 5:07 AM Subject: Re: [R] partial analisys of a time series Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Antonio Silva > Sent: Tuesday, December 04, 201

Re: [R] partial analisys of a time series

2012-12-04 Thread arun
HI, You can subset by: birthstimeseriesJan<-subset(birthstimeseries,cycle(birthstimeseries)==1) A.K. - Original Message - From: Antonio Silva To: R-help@r-project.org Cc: Sent: Tuesday, December 4, 2012 4:26 AM Subject: [R] partial analisys of a time series Dear list members I w

Re: [R] partial analisys of a time series

2012-12-04 Thread PIKAL Petr
his depends on how your data are structured after splitting them to months. Regards Petr From: Antonio Silva [mailto:aolinto@gmail.com] Sent: Tuesday, December 04, 2012 11:50 AM To: PIKAL Petr Cc: R-help@r-project.org Subject: Re: [R] partial analisys of a time series Thanks Petr I thou

Re: [R] partial analisys of a time series

2012-12-04 Thread R. Michael Weylandt
Try period.apply() from the xts package. MW On Tue, Dec 4, 2012 at 9:26 AM, Antonio Silva wrote: > Dear list members > > I want to analyze separately the months of a time series. In other words, I > want to plot and fit models for each month separately. > > Taking the example of > http://a-littl

Re: [R] partial analisys of a time series

2012-12-04 Thread Antonio Silva
gt; project.org] On Behalf Of Antonio Silva > > Sent: Tuesday, December 04, 2012 10:26 AM > > To: R-help@r-project.org > > Subject: [R] partial analisys of a time series > > > > Dear list members > > > > I want to analyze separately the months of a time seri

Re: [R] partial analisys of a time series

2012-12-04 Thread PIKAL Petr
Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Antonio Silva > Sent: Tuesday, December 04, 2012 10:26 AM > To: R-help@r-project.org > Subject: [R] partial analisys of a time series > > Dear lis

[R] partial analisys of a time series

2012-12-04 Thread Antonio Silva
Dear list members I want to analyze separately the months of a time series. In other words, I want to plot and fit models for each month separately. Taking the example of http://a-little-book-of-r-for-time-series.readthedocs.org/en/latest/src/timeseries.html births <- scan("http://robjhyndman.co