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

2011-02-16 Thread Peter Zorglub
lt") : time series has no or less than 2 periods So, I think I have to transform the first and last days of the temporal series in terms of Date or some kind of POSIXct number. Am I wrong? And how can I do that? Thanks in advance, Peter On 02/16/2011 04:21 PM, Gabor Grothen

[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