Skip to content
Prev 245411 / 398502 Next

tabulating 2 factors weighting by a third var

Hi, Luca,

if V is you data frame, maybe

with( V, tapply( v3, list( v1, v2), sum))

does what you want.

Hth  --  Gerrit
On Mon, 20 Dec 2010, Luca Meyer wrote: