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

Allow multiple optional parameters #8

Open karoliskoncevicius opened 5 years ago

karoliskoncevicius commented 5 years ago

Right now parameters are expanded only in a few special cases. For example when x has 10 rows and y has 1 row - y will be repeated 10 times to match x.

We can add this for other parameters as well, like conf.level. This would allow running same test on the same input with different confidence levels in parallel.