[R] Computing sums of the columns of an array

Martin C. Martin martin at metahuman.org
Fri Aug 5 18:16:41 CEST 2005


Hi,

I have a 5x731 array A, and I want to compute the sums of the columns.  
Currently I do:

apply(A, 2, sum)

But it turns out, this is slow: 70% of my CPU time is spent here, even 
though there are many complicated steps in my computation.

Is there a faster way?

Thanks,
Martin




More information about the R-help mailing list