Skip to content
Prev 76807 / 398502 Next

irregular time series prediction

On 9/7/05, jfontain at free.fr <jfontain at free.fr> wrote:
The zoo package has support for irregular series and weakly regular
series (classes 'zoo' and 'zooreg') where the latter are series that have 
an underlying regularity, e.g. every 10 minutes, but there may be some 
missing ones.   Also you might want to look at the article on dates
and times in R News 4/1.

library(zoo)
vignette("zoo")