Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rowSds

Row variance and standard deviation of a numeric array


Description

Row variance and standard deviation of a numeric array

Usage

rowVars(x, ...)
rowSds(x, ...)

Arguments

x

An array of two or more dimensions, containing numeric, complex, integer or logical values, or a numeric data frame.

...

Further arguments that get passed on to rowMeans and rowSums.

Details

These are very simple convenience functions, the main work is done in rowMeans and rowSums. See the function definition of rowVars, it is very simple.

Value

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.

Author(s)

See Also

Examples

a = matrix(rnorm(1e4), nrow=10)
   rowSds(a)

genefilter

genefilter: methods for filtering genes from high-throughput experiments

v1.72.1
Artistic-2.0
Authors
R. Gentleman, V. Carey, W. Huber, F. Hahne
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.