powered by
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
# NOT RUN { mat<-replicate(100, rnorm(20)) rmat<-robustMatrixTransform( mat ) # }
Run the code above in your browser using DataLab