matrixStats-package: Package matrixStats

Description Installation How to contribute For developers How to cite this package Author(s)

Description

This packages 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.

Installation

To install this package, please do:

1
2
    install.packages("matrixStats")
  

How to contribute

This is an open-source project which embraces collaborations. If you have improvements on code and/or documentation, or new function, please consider contributing them to this package.

For developers

It is currently not decided whether the methods should be S4 or S3 methods. This is the reason why some methods are based on S4 and some on S3. The ones using S3 rely on the R.methodsS3 package to define the methods. There are also dependancies on other packages. The plan is to remove all such dependancies as soon as the API settles, but until then, we keep the dependencies for conveniency and in order to avoid reduncancy of available implementations of identical methods.

How to cite this package

Henrik Bengtsson (2014). matrixStats: Methods that apply to rows and columns of a matrix. R package version 0.10.1.

Author(s)

Henrik Bengtsson, Hector Corrada Bravo, Robert Gentleman, Ola Hossjer, Harris Jaffee, Peter Langfelder


matrixStats documentation built on May 2, 2019, 4:52 p.m.