powered by
Compute the median absolute deviation (MAD) for the rows of a matrix
rowModes(x) colModes(x) rowMAD(x, ...)
mad
mad rowMedians
rowMedians
X <- matrix(rnorm(100), 10, 10) rowMAD(X)
Run the code above in your browser using DataLab