Skip to content
Prev 312881 / 398502 Next

question about sum of (column) elements in R

On 04-12-2012, at 08:59, T Bal wrote:

            
Using Pascal's test object you can also use aggregate

aggregate(test$V2,by=list(test$V1),FUN=sum)

Berend