Skip to content
Prev 75062 / 398502 Next

Computing sums of the columns of an array

With the dimension that Martin stated, I don't see much difference:
[1] 5.28 0.13 5.46   NA   NA
[1] 1.99 0.20 2.22   NA   NA
[1] 1.97 0.25 2.28   NA   NA
[1] 1.90 0.20 2.16   NA   NA
[1] 1.53 0.22 1.75   NA   NA
[1] 1.53 0.19 1.72   NA   NA
[1] 1.51 0.19 1.70   NA   NA
[1] 1.49 0.25 1.79   NA   NA

However, I don't understand why the first try took so much longer.

Andy