Skip to content

Why no colSDs etc

2 messages · Philip Rhoades, Brian Ripley

#
Hi people,

If there is a fn "colMeans" why isn't there a "colSDs" etc

Thanks,

Phil.
#
Because colMeans in used a lot in S programming, and I found only one
example of colSDs.

It's easy to use apply, but we added internal code for the commonest
cases.
On Fri, 15 Nov 2002, Philip Rhoades wrote: