Skip to content
Prev 173482 / 398506 Next

help with loop

Wacek Kusnierczyk wrote:
haven't noticed the sum part;  you can apply colSums to the above
resulting data frame or matrix, e.g.:

    colSums(apply(d, 2, diff))

vQ