Displaying 1 result from an estimated 1 matches for "x1zoo_f".
2012 Jul 31
2
How can I declare an empty zoo object?
Hi,
I let xzoo be an empty object:
> xzoo<-{}
and I have an existing zoo object x1zoo_f. I would like to combine
the two to make a new zoo object, and continue doing so in a loop,
which is not shown here. However, when I type
> xzoo<-cbind(xzoo, x1zoo_f)
An error message emerges
Error in zoo(structure(x, dim = dim(x)), index(x), ...) :
“x” : attempt to define invalid...