r-cran-matrixstats

GNU R methods that apply to rows and columns of a matrix
  https://cran.r-project.org/package=matrixStats
  0
  no reviews



This package provides methods operating on rows and columns of matrices, e.g. col/rowMedians() and col/rowRanks(). There are also some vector-based methods, e.g. anyMissing(), weightedMedians(), and binMeans(). The objective is to have all methods being optimized for speed and memory usage.