Skip to content
Prev 132181 / 398506 Next

question about the aggregate function with respect to order of levels of grouping elements

This does look strange.  Note that aggregate.zoo in the zoo package
would work here:
Jan 2001    Feb 2001    Mar 2001    Apr 2001    May 2001    Jun 2001
 4.43610085  0.49842227  7.52139932  1.47917343 10.64459923 -1.22530586
   Jul 2001    Aug 2001    Sep 2001    Oct 2001    Nov 2001    Dec 2001
 8.19563685  1.57626974  1.28842871  2.50540074  0.71156951  0.54118342
   Jan 2002    Feb 2002    Mar 2002    Apr 2002    May 2002    Jun 2002
-0.41292840 -2.41301496  3.23783551  0.63914807 -1.46357402  2.91651492
   Jul 2002    Aug 2002    Sep 2002    Oct 2002    Nov 2002    Dec 2002
 2.17263290 -2.30981022 -9.60701788  1.16504368 -3.07038254  1.38281927
   Jan 2003    Feb 2003    Mar 2003    Apr 2003    May 2003    Jun 2003
 4.48761479  2.42455090 -0.03743888  1.11223001 -4.07988016 -1.15116293
   Jul 2003    Aug 2003    Sep 2003    Oct 2003    Nov 2003    Dec 2003
-7.15292576 -2.34231702 -0.48132751 11.74252191  2.51063034 -4.35801058
On Dec 16, 2007 9:23 AM, tom soyer <tom.soyer at gmail.com> wrote: