-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.28 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
Type: Package
Package: precisely
Title: Estimate Sample Size Based on Precision Rather than Power
Version: 0.1.2.9000
Authors@R:
person("Malcolm", "Barrett", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825"))
Maintainer: Malcolm Barrett <[email protected]>
Description: Estimate sample size based on precision rather than power.
'precisely' is a study planning tool to calculate sample size based on
precision. Power calculations are focused on whether or not an
estimate will be statistically significant; calculations of precision
are based on the same principles as power calculation but turn the
focus to the width of the confidence interval. 'precisely' is based on
the work of 'Rothman and Greenland' (2018).
License: MIT + file LICENSE
URL: https://github.com/malcolmbarrett/precisely
BugReports: https://github.com/malcolmbarrett/precisely/issues
Depends:
R (>= 3.2.0)
Imports:
dplyr,
ggplot2,
magrittr,
purrr,
rlang,
shiny,
shinycssloaders,
shinythemes,
tidyr
Suggests:
covr,
ggrepel,
knitr,
rmarkdown,
spelling,
testthat,
vdiffr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2