-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: pseudorank
Title: Pseudo-Ranks
Version: 1.0.4
Date: 2025-02-18
Authors@R: c(person("Martin","Happ", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0009-2665")),
person("Georg", "Zimmermann", role = "aut"),
person("Arne C.", "Bathke", role = "aut"),
person("Edgar", "Brunner", role = "aut"))
Maintainer: Martin Happ <[email protected]>
Description: Efficient calculation of pseudo-ranks and (pseudo)-rank based test statistics. In case of equal sample sizes, pseudo-ranks and mid-ranks are equal. When used for inference mid-ranks may lead to paradoxical results. Pseudo-ranks are in general not affected by such a problem. See Happ et al. (2020, <doi:10.18637/jss.v095.c01>) for details.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 0.12.16), doBy
LinkingTo: Rcpp
URL: https://github.com/happma/pseudorank/
BugReports: https://github.com/happma/pseudorank/issues/
RoxygenNote: 7.3.2
Suggests: testthat