Closed karoliskoncevicius closed 4 years ago
After R 4.0.0. wilcox.test() will change it's behaviour with Infinite values. Once R 4.0.0. is out we need to make sure row_wilcox_test() will handle Inf values in the same way wilcox.test() does.
wilcox.test()
row_wilcox_test()
Fixed in current dev branch: https://github.com/KKPMW/matrixTests/commit/0ae5213da823f3adfd48e3d30be45dc4049557b2
After R 4.0.0.
wilcox.test()
will change it's behaviour with Infinite values. Once R 4.0.0. is out we need to make surerow_wilcox_test()
will handle Inf values in the same waywilcox.test()
does.