Skip to content
Prev 205802 / 398506 Next

time series analysis for a time series without a regular frequency

The zoo package supports irregularly spaced time series and if your
create a zoo object z from your data then tt <- as.ts(z) will give you
a ts object, tt.  Since a ts object must be regularly spaced this will
add NAs to ensure that it is.
On Fri, Jan 8, 2010 at 3:05 PM, Erin Hestir <elhestir at ucdavis.edu> wrote: