Skip to content
Prev 4371 / 15274 Next

How to compare two asynchroneous xts time series?

Another way is to explicitly do the merge yourself
in which case you can do it all in xts:

lm(x2 ~ x1, merge(x1, x2))

On Mon, Jun 22, 2009 at 8:44 AM, Gabor
Grothendieck<ggrothendieck at gmail.com> wrote: