-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 990 Bytes
/
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
Package: blockRAR
Version: 1.0.2
Title: Block Design for Response-Adaptive Randomization
Authors@R: c(person(given = "Thevaa",
family = "Chandereng",
role = c("aut", "cre", "cph"),
email = "chandereng@wisc.edu",
comment = c(ORCID = "0000-0003-4078-9176")),
person(given = "Rick",
family = "Chapppell",
role = c("aut", "cph")))
Description: Computes power for response-adaptive randomization with a block design that captures both the time and treatment effect. T. Chandereng, R. Chappell (2019) <arXiv:1904.07758>.
Suggests: testthat,
rmarkdown,
pkgdown,
devtools,
ggplot2,
knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
URL: https://github.com/thevaachandereng/blockRAR/
BugReports: https://github.com/thevaachandereng/blockRAR/issues/
Imports: dplyr,
magrittr,
ldbounds,
tibble,
methods,
arm