robustMatrixTransform.Rd
Transform a matrix such that each column has rank-ordered entries where rank #' is determined by the column values.
robustMatrixTransform(mat)
input matrix
matrix is output
Avants BB
mat<-replicate(100, rnorm(20)) rmat<-robustMatrixTransform( mat )