### Name: normalizeMedianAbsValues ### Title: Normalize Columns of a Matrix to have the Median Absolute Value ### Aliases: normalizeMedianAbsValues ### Keywords: array ### ** Examples M <- cbind(Array1=rnorm(10),Array2=2*rnorm(10)) normalizeMedianAbsValues(M)