-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.06 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
Package: adaptDiag
Type: Package
Title: Bayesian Adaptive Designs for Diagnostic Trials
Version: 0.1.1-9000
Authors@R: c(
person("Graeme L.", "Hickey",
email = "graemeleehickey@gmail.com",
role = c("cre", "aut")),
person("Yongqiang", "Zhang",
email = "yongqiang.zhang@bd.com",
role = "aut"),
person(given = "Becton, Dickinson and Company",
role = "cph")
)
Description: Simulate clinical trials for diagnostic test devices and evaluate
the operating characteristics under an adaptive design with futility
assessment determined via the posterior predictive probabilities.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/graemeleehickey/adaptDiag
BugReports: https://github.com/graemeleehickey/adaptDiag/issues
Depends:
R (>= 3.6.0)
Imports:
doParallel,
extraDistr,
foreach,
parallel,
pbmcapply,
stats
Language: en-US
RoxygenNote: 7.3.2
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
VGAM,
covr
Config/testthat/edition: 3
VignetteBuilder: knitr