-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: pseudorank
Title: Pseudo-Ranks
Version: 1.0.2
Date: 2021-12-21
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 <doi:10.18637/jss.v095.c01>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports: Rcpp (>= 0.12.16), doBy
LinkingTo: Rcpp
SystemRequirements: C++11
URL: https://github.com/happma/pseudorank/
BugReports: https://github.com/happma/pseudorank/issues/
RoxygenNote: 7.1.1
Suggests: testthat