Skip to content
Prev 17798 / 63424 Next

by() processing on a dataframe

Check out summaryBy in the doBy package at:

   http://genetics.agrsci.dk/~sorenh/misc

e.g.

   summaryBy(value ~ gp1 + gp2, data = dataset)
On 9/30/05, Duncan Murdoch <murdoch at stats.uwo.ca> wrote: