Skip to content
Prev 4793 / 15274 Next

Non unique timestamp in zoo object

Jatin,

quantmod charts need non-unique values at present.  I suspect that
will always be the case, as the x-index relies on time.

xts can handle merging with non-unique timestamps, but keep in mind
that many operations would be quite ill-defined.  Merging will work,
but Ops methods (+-/* etc) will make little sense if you aren't
cognisant of what is actually being performed. diff() and lag() will
also be problematic.

Aside from that, the myriad of documentation available on zoo (great),
xts (less great, but good), and using the above and R in finance
(check the list archives... learn the list archives) is quite
impressive.

Obviously the caliber of the reply on this list is awe inspiring as
well, but asking questions should really be a last resort, and only if
they haven't been asked before.

Jeff


On Tue, Sep 1, 2009 at 12:22 PM, Gabor
Grothendieck<ggrothendieck at gmail.com> wrote: