Skip to content
Prev 132183 / 398506 Next

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

What version of R are you using?  Here is the output I got with 2.6.1:
[1] "Jan" "Feb" "Mar" "Apr" "May" "Jun" "Jul" "Aug" "Sep" "Oct" "Nov" "Dec"
[1] "Jan" "Feb" "Mar" "Apr" "May" "Jun" "Jul" "Aug" "Sep" "Oct" "Nov" "Dec"
[1] "Jan" "Feb" "Mar" "Apr" "May" "Jun" "Jul" "Aug" "Sep" "Oct" "Nov" "Dec"
Order seems to be correct.
On Dec 16, 2007 9:23 AM, tom soyer <tom.soyer at gmail.com> wrote: