rowSds(x, rows=NULL, cols=NULL, ...)
colSds(x, rows=NULL, cols=NULL, ...)
rowMads(x, rows=NULL, cols=NULL, center=NULL, constant=1.4826, na.rm=FALSE, dim.=dim(x),
centers=NULL, ...)
colMads(x, rows=NULL, cols=NULL, center=NULL, constant=1.4826, na.rm=FALSE, dim.=dim(x),
centers=NULL, ...)
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.center
instead.numeric
vector
of length N (K).sd
, mad
and var
.
rowIQRs
().