-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.2 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
24
25
26
Package: WMWssp
Type: Package
Title: Wilcoxon-Mann-Whitney Sample Size Planning
Version: 0.4.0
Date: 2019-07-09
Authors@R: c(
person("Arne C. Bathke", role = "aut"),
person("Edgar Brunner", role = "aut"),
person("Martin Happ", role = c("aut", "cre"),
email = "martin.happ@aon.at",
comment = c(ORCID = "0000-0003-0009-2665")),
person("Frank Konietschke", role = "aut")
)
Maintainer: Martin Happ <martin.happ@aon.at>
Description: Calculates the minimal sample size for the Wilcoxon-Mann-Whitney test
that is needed for a given power and two sided type I error rate. The method works for metric data with and without
ties, count data, ordered categorical data, and even dichotomous data.
But data is needed for the reference group to generate synthetic data for the treatment group based on a relevant effect.
For details, see Brunner, E., Bathke A. C. and Konietschke, F: Rank- and Pseudo-Rank Procedures in Factorial Designs - Using R and SAS, Springer Verlag, to appear.
Depends: R (>= 3.4.0)
License: GPL-3
LazyData: TRUE
URL: http://github.com/happma/WMWssp
BugReports: http://github.com/happma/WMWssp/issues
RoxygenNote: 6.1.1
Suggests: testthat