colSds is a speed optimized sd for matrix or data.frames.
It and treats each line as an independent set of data for calculating the sd (equiv to apply(dat,1,sd)).
NAs are ignored from data.
Usage
colSds(dat)
Arguments
dat
matrix (or data.frame) with numeric values (may contain NAs)