Re: [R] leap years in temporal series command ts

2011-02-16 Thread Gabor Grothendieck
On Wed, Feb 16, 2011 at 11:37 AM, Peter Zorglub wrote: > Ok thanks. I got now a temporal series of 2557 elements thanks to the below > code: > >> seriezoo=zooreg(serie, start=as.Date("2002-01-01")) >> seriezooTS=as.ts(seriezoo) > > The structure of seriezooTS is then the following one (str command

Re: [R] leap years in temporal series command ts

2011-02-16 Thread Peter Zorglub
Ok thanks. I got now a temporal series of 2557 elements thanks to the below code: > seriezoo=zooreg(serie, start=as.Date("2002-01-01")) > seriezooTS=as.ts(seriezoo) The structure of seriezooTS is then the following one (str command): > str(seriezooTS) Time-Series [1:2557] from 11

Re: [R] leap years in temporal series command ts

2011-02-16 Thread Gabor Grothendieck
On Wed, Feb 16, 2011 at 6:51 AM, Peter Zorglub wrote: > Hi R community! > > I'd like to create a temporal series with ts command for the interval 1st > January 2002 - 31 December 2008. I have daily values, so this is a 2557 days > temporal series. I'm using this command : > >    ts(observations, s

[R] leap years in temporal series command ts

2011-02-16 Thread Peter Zorglub
Hi R community! I'd like to create a temporal series with ts command for the interval 1st January 2002 - 31 December 2008. I have daily values, so this is a 2557 days temporal series. I'm using this command : ts(observations, start=2002, end=2009, freq=365) However, I don't get the corre

[R] leap years in temporal series command ts

2011-02-16 Thread Peter Zorglub
Hi R community! I'd like to create a temporal series with ts command for the interval 1st January 2002 - 31 December 2008. I have daily values, so this is a 2557 days temporal series. I'm using this command : ts(observations, start=2002, end=2009, freq=365) However, I don't get the corre