Skip to content
Prev 5681 / 15274 Next

Creating regularly spaced time series from irregular one

Firstly, don't cross-post.

Second, take a look at the archives on both these lists for answers to
your questions.

'its' is rather old, and not where you want to be looking.

Take a look at xts for fast time-series manipulation like you need,
specifically to.period, endpoints, and align.time.  There is a wealth
of documentation in the package, in the vignette, and even online in
more than a few places, but you can start here:

http://cran.r-project.org/web/packages/xts/vignettes/xts.pdf
http://www.quantmod.com/examples/data/

Also zoo for na.locf etc.

Additional options include the fts package and timeSeries.

HTH
Jeff

On Mon, Feb 22, 2010 at 2:52 PM, Ivan Kalafatic
<ivan.kalafatic at gmail.com> wrote: