Skip to content
Prev 294656 / 398503 Next

How to sum and group data by DATE in data frame

Can you provide a reproducible example? use dput() to send your data
in a reproducible and user-friendly format. (It might not look user
friendly, but trust me, it is) If x is really long, perhaps just
dput(head(x, 25)) will suffice.

Just a guess as to your problem: I'm not familiar with the
timeSequence function -- what package is it from? My guess is that the
days it's producing are not properly aligned with the days of your
time series object. Can you try it with something closer to my
example?

Best,
Michael
On Tue, May 15, 2012 at 12:42 PM, Cren <oscar.soppelsa at bancaakros.it> wrote: