Skip to content
Prev 44396 / 63424 Next

There is pmin and pmax each taking na.rm, how about psum?

Interesting. Sounds more possible than I thought.
Nice package and very handy. It has colProds, too. But its functions take
a matrix.

' Then the case for psum is more for convenience and speed
-vs-colSums(rbind(x,y), na.rm=TRUE)), since rbind will copy x and y into a
new matrix. '

Matthew