-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.08 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
27
28
29
30
31
32
33
34
35
36
37
Package: samplesizeCMH
Title: Power and Sample Size Calculation for the Cochran-Mantel-Haenszel Test
Date: 2024-08-18
Version: 0.0.4
Authors@R: c(
person(
"Paul", "Egeler",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6948-9498")
),
person("Andy", "Kampfschulte",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-9368-690X")
),
person("Spectrum Health, Grand Rapids, MI", role = "cph"))
Copyright: Spectrum Health, Grand Rapids, MI
Description:
Calculates the power and sample size for Cochran-Mantel-Haenszel tests.
There are also several helper functions for working with probability,
odds, relative risk, and odds ratio values.
Depends: R (>= 3.4.0)
Imports: stats
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
DescTools,
datasets,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/pegeler/samplesizeCMH
BugReports: https://github.com/pegeler/samplesizeCMH/issues