Learn R Programming

matrixStats (version 0.1.5)

rowSds: Standard deviation estimates for each row (column) in a matrix

Description

Standard deviation estimates for each row (column) in a matrix.

Usage

rowSds(x, ...)
 colSds(x, ...)
 rowMads(x, centers=NULL, constant=1.4826, ...)
 colMads(x, ...)

Arguments

x
centers
A optional numeric vector of length N (K) with centers. If NULL, they are calculated using
constant
A scale factor. See mad for details.
...
Additional arguments passed to rowVars() and rowMedians(), respectively.

Value

See Also

sd, mad and var. rowQuantiles().