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
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
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
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
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
5 matches
Mail list logo