chvlyl/ZIR: Modified Wilcoxon Rank Test and Kruskal Wallis Test for Zero-Inflated Data

When the underlying distribution of data is unknown,usually we use nonparametric test to test the difference between groups. For example, Wilcoxon rank sum test (Mann-Whitney U test) is often used for two group comparison, and Kruskal Wallis test is used for multiple group comparison. However, sometimes the data may contain many zeroes and the traditional rank based test, such as Wilcoxon rank sum test and Kruskal Wallis test have low power due to the ties in the data. Here we developed a R package called ZIR (Zero-Inflated Rank Test), which has more power than the traditional rank based test when the data contain many zeroes, and have similar power as the traditional rank based test when the data don't have too many zeros.

Getting started

Package details

Maintainer
LicenseGPL-2
Version1.0.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("chvlyl/ZIR")
chvlyl/ZIR documentation built on Oct. 14, 2021, 12:50 a.m.