-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.54 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
Package: bayesDP
Type: Package
Title: Implementation of the Bayesian Discount Prior Approach for Clinical
Trials
Version: 1.3.7
Authors@R: c(
person("Shawn", "Balcome",
role = "aut"),
person("Donnie", "Musgrove",
role = "aut"),
person("Tarek", "Haddad",
email = "[email protected]",
role = "aut"),
person("Graeme L.", "Hickey",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-4989-0054")),
person("Christopher", "Jackson",
email = "[email protected]",
role = "ctb",
comment = "For the ppexp R code that was ported to C++."))
Depends:
R (>= 3.6.0),
ggplot2,
methods,
survival
Description: Functions for data augmentation using the Bayesian discount prior
method for single arm and two-arm clinical trials, as described in Haddad
et al. (2017) <doi:10.1080/10543406.2017.1300907>. The discount power prior
methodology was developed in collaboration with the The Medical Device
Innovation Consortium (MDIC) Computer Modeling & Simulation Working Group.
LazyLoad: yes
License: GPL-3 | file LICENSE
URL: https://github.com/graemeleehickey/bayesDP
BugReports: https://github.com/graemeleehickey/bayesDP/issues
NeedsCompilation: yes
Repository: CRAN
Imports:
MCMCpack,
Rcpp
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr