rowModes {VanillaICE} | R Documentation |
Compute the column-wide or row-wise mode of numeric matrices
rowModes(x) colModes(x) rowMAD(x, ...)
x |
matrix |
... |
additional arguments to rowMedians |
numeric vector
X <- matrix(rnorm(100), 10, 10) rowMAD(X)