Skip to content
Prev 77614 / 398502 Next

ts.intersect bug?

On 9/21/05, Antonio, Fabio Di Narzo <antonio.fabio at gmail.com> wrote:
A workaround would be to convert both a and b to zoo class,
intersect them using zoo's merge and convert back to ts:

library(zoo)
z <- as.ts(merge(as.zoo(a), as.zoo(b), all = FALSE))

Regarding your other question,

Sys.putenv(LANGUAGE="en")

will result in error messages in English.