rowSds(x, ...)
colSds(x, ...)
rowMads(x, centers=NULL, constant=1.4826, na.rm=FALSE, dim.=dim(x), ...)
colMads(x, centers=NULL, constant=1.4826, na.rm=FALSE, dim.=dim(x), ...)
numeric
vector
of length N (K) with centers.
By default, they are calculated using rowMedians<
mad
for details.TRUE
, missing values are removed first, otherwise not.rowVars
() and
rowMedians
(), respectively.sd
, mad
and var
.
rowIQRs
().