Skip to content
Prev 76161 / 398502 Next

Irregular Time Series: zoo & its: Pros & Cons

Hello,

I'm working with irregular time series data.  What do you all think  
about the strengths and weaknesses of the "zoo" and "its" packages?

I've installed and skimmed the documentation on both packages.  I was  
hoping to get a little guidance from the user community before  
proceeding further.

In case anyone is interested in my particular problem:  I'm looking  
at some (surface) temperature data from NOAA:  http:// 
cdo.ncdc.noaa.gov/ulcd/ULCD
It is (irregular) time series format.  The NOAA data reports year,  
month, date, hour, and minute.  I want to group the data into hourly  
chunks.  However, sometimes there are multiple observation per hour  
-- i.e an observation at 3:45 and 3:56.  Also, sometimes a particular  
hour may be missing altogether.  I need to clean up the data so that  
each hour has one and only one data point.

I'm relatively new to R, but I think I'm getting a hold on it pretty  
well so far.  I used to do a lot with MATLAB, and there seem to be  
many parallels between it and R.  I have background in public policy  
and econometrics.

Thanks,
David
On Aug 25, 2005, at 12:29 PM, Mathieu Drapeau wrote: