Package: rankdifferencetest Title: Kornbrot's Rank Difference Test Version: 2025.12.4.999 Authors@R: person("Brett", "Klamer", email = "code@brettklamer.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8334-4831")) Description: Implements Kornbrot's rank difference test as described in . This method is a modified Wilcoxon signed-rank test which produces consistent and meaningful results for ordinal or monotonically-transformed data. URL: https://brettklamer.com/work/rankdifferencetest, https://bitbucket.org/bklamer/rankdifferencetest License: GPL-3 LazyData: TRUE Depends: R (>= 4.3.0) Imports: Rdpack, stats, exactRankTests, Hmisc, boot, generics Suggests: tinytest, rmarkdown, tibble, coin RdMacros: Rdpack RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://bklamer.r-universe.dev Date/Publication: 2026-02-15 15:41:21 UTC RemoteUrl: https://bitbucket.org/bklamer/rankdifferencetest RemoteRef: HEAD RemoteSha: b1d01d0b66b06a1fe6907d9529c58e92917611f6 NeedsCompilation: no Packaged: 2026-07-15 06:06:52 UTC; root Author: Brett Klamer [aut, cre] (ORCID: ) Maintainer: Brett Klamer