Skip to content
Prev 106027 / 398506 Next

How to sum one column in a data frame keyed on other columns

You could look at the reshape package, using sum as the aggregate function.

HTH,

Simon.
George Nachman wrote: