Re: [R] zooreg and window

2011-04-14 Thread Katrina Bennett
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

Re: [R] zooreg and window

2011-04-14 Thread Achim Zeileis
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

Re: [R] zooreg and window

2011-04-14 Thread Achim Zeileis
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

[R] zooreg and window

2011-04-13 Thread Katrina Bennett
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