Skip to content
Prev 42491 / 398506 Next

Grouping data.frames

Olaf Mersmann <olafm at tako.de> writes:
I think aggregate() will do what you want. If not, notice that
whatever you can do with a single factor, you can also do with
interaction(f1,f2) or maybe interaction(f1,f2, drop=TRUE).