-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
73 lines (72 loc) · 1.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: BCEA
Type: Package
Title: Bayesian Cost Effectiveness Analysis
Version: 2.4.6
Authors@R: c(
person("Gianluca", "Baio",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4314-2570")),
person("Andrea", "Berardi",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-2906-496X")),
person("Anna", "Heath",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7263-4251")),
person("Nathan", "Green",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-2745-1736")))
Imports:
cli (>= 3.3.0),
dplyr,
ggplot2 (>= 3.4.0),
graphics,
gridExtra,
MASS,
Matrix,
MCMCvis,
purrr,
Rdpack,
reshape2,
rlang,
rstan,
scales,
Depends:
R (>= 3.5.0)
Suggests:
coda,
grid,
knitr,
markdown,
mgcv,
plotly,
plotrix,
RColorBrewer,
rjags,
rmarkdown,
splancs,
testthat (>= 2.1.0),
vdiffr,
voi (>= 1.0.1),
withr
RdMacros: Rdpack
VignetteBuilder: knitr
Description: Produces an economic evaluation of a sample of suitable variables of
cost and effectiveness / utility for two or more interventions,
e.g. from a Bayesian model in the form of MCMC simulations.
This package computes the most cost-effective alternative and
produces graphical summaries and probabilistic sensitivity analysis,
see Baio et al (2017) <doi:10.1007/978-3-319-55718-2>.
License: GPL-3
URL: https://gianluca.statistica.it/software/bcea/,
https://gianluca.statistica.it/,
https://github.com/giabaio/BCEA/
NeedsCompilation: no
RoxygenNote: 7.3.1
Encoding: UTF-8
BugReports: https://github.com/n8thangreen/BCEA/issues/
LazyData: false
Roxygen: list(markdown = TRUE)