Row variance and standard deviation of a numeric array
Row variance and standard deviation of a numeric array
rowVars(x, ...) rowSds(x, ...)
A numeric or complex array of suitable size, or a vector if the result is one-dimensional. The ‘dimnames’ (or ‘names’ for a vector result) are taken from the original array.
Wolfgang Huber http://www.ebi.ac.uk/huber
a = matrix(rnorm(1e4), nrow=10) rowSds(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.