karoliskoncevicius / matrixTests

R package for computing multiple hypothesis tests on rows/columns of a matrix or a data.frame
https://cran.r-project.org/web/packages/matrixTests/index.html
36 stars 5 forks source link

Change the name of null argument to be the same across tests #19

Closed karoliskoncevicius closed 4 years ago

karoliskoncevicius commented 4 years ago

Right now the name for this argument is copied from base. In turn this can change from on test to another. As an example: it is called mu in t.test() but ratio in var.test().

Probably should always be named null.

karoliskoncevicius commented 4 years ago

Implemented in the current dev: https://github.com/KKPMW/matrixTests/commit/dfd1ba85d4b84c0b65a4b1eac084b340825a6f19