wenjie2wang / clusrank

Wilcoxon Rank Tests for Clustered Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clusrank

CRAN_Status_Badge Build Status

The R package clusrank provides functions for Wilcoxon rank sum test and Wilcoxon signed rank test for clustered data. See Jiang et. al (2020) for details.

Installation

You may install the released version from CRAN.

install.packages("clusrank")

Development

The latest version of package is under development at GitHub. If it is able to pass the automated package checks, one may install it by

if (! require(remotes)) install.packages("remotes")
remotes::install_github("wenjie2wang/clusrank", upgrade = "never")

References

  • Jiang, Y., He, X., Lee, M. T., Rosner, B., & Yan, J. (2020). Wilcoxon rank-based tests for clustered data with R package clusrank. Journal of Statistical Software, 96(6), 1–26. http://dx.doi.org/10.18637/jss.v096.i06

License

GNU General Public License (≥ 3)

About

Wilcoxon Rank Tests for Clustered Data


Languages

Language:R 82.2%Language:C++ 15.4%Language:Shell 1.3%Language:Makefile 1.1%