forked from CTU-Bern/presize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: presize
Type: Package
Title: Precision Based Sample Size Calculation
Version: 0.3.7
Authors@R:
c(person(given = "Armando",
family = "Lenz",
role = "aut",
email = "[email protected]"),
person(given = "Alan G.",
family = "Haynes",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Andreas",
family = "Limacher",
role = "aut",
email = "[email protected]"),
person(given = "Odile",
family = "Stalder",
role = "ctb",
email = "[email protected]"),
person(given = "Marie",
family = "Roumet",
role = "ctb",
email = "[email protected]"))
Maintainer: Alan G. Haynes <[email protected]>
Description: Bland (2009) <doi:10.1136/bmj.b3985> recommended to
base study sizes on the width of the confidence interval rather the power of
a statistical test. The goal of 'presize' is to provide functions for such
precision based sample size calculations. For a given sample size, the
functions will return the precision (width of the confidence interval), and
vice versa.
License: GPL-3
URL: https://github.com/CTU-Bern/presize, https://ctu-bern.github.io/presize/
BugReports: https://github.com/CTU-Bern/presize/issues
Encoding: UTF-8
RoxygenNote: 7.2.2
Suggests:
binom,
dplyr,
ggplot2,
gt,
Hmisc,
knitr,
magrittr,
markdown,
rmarkdown,
shinydashboard,
shinytest,
testthat,
tidyr
Imports:
kappaSize (>= 1.2),
shiny
VignetteBuilder: knitr