Hi Achim,
Yes, this worked. I added the two strings
regts.start <- as.Date(regts.start)
regts.end <- as.Date(regts.end)
and changed the frequency to 1 in my zooreg call.
The window call now works perfectly.
I'm still wrapping my head around POSIXct and ISOdatetime and how they
need to be appli
On Thu, 14 Apr 2011, Katrina Bennett wrote:
Hi Achim,
Yes, this worked. I added the two strings
regts.start <- as.Date(regts.start)
regts.end <- as.Date(regts.end)
and changed the frequency to 1 in my zooreg call.
The window call now works perfectly.
I'm still wrapping my head around POSIXc
On Wed, 13 Apr 2011, Katrina Bennett wrote:
Hello, I have a following time series data
head(mend.dat)
ID PARAM Year Month Day Value SYM
1 15052500 1 1965 5 15 128 A
2 15052500 1 1965 5 16 135 A
3 15052500 1 1965 5 17 157 A
4 15052500 1 1965 5 18
Hello, I have a following time series data
head(mend.dat)
ID PARAM Year Month Day Value SYM
1 15052500 1 1965 5 15 128 A
2 15052500 1 1965 5 16 135 A
3 15052500 1 1965 5 17 157 A
4 15052500 1 1965 5 18 176 A
5 15052500 1 1965 5 19 198
4 matches
Mail list logo