-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.84 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.84 KB
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
Package: BCEA
Type: Package
Title: Bayesian Cost Effectiveness Analysis
Version: 2.4.84
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>.
Authors@R: c(
person("Gianluca", "Baio",
email = "g.baio@ucl.ac.uk",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4314-2570")),
person("Andrea", "Berardi",
email = "a.berardi@ucl.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0002-2906-496X")),
person("Anna", "Heath",
email = "anna.heath@sickkids.ca",
role = c("aut"),
comment = c(ORCID = "0000-0002-7263-4251")),
person("Nathan", "Green",
email = "n.green@ucl.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0003-2745-1736")))
Imports:
cli (>= 3.3.0),
dplyr,
ggplot2 (>= 3.5.0),
graphics,
gridExtra,
MASS,
Matrix,
plotly,
purrr,
Rdpack,
scales,
tidyr,
voi (>= 1.0.1)
Depends:
R (>= 4.1.0)
Suggests:
grid,
knitr,
mgcv,
testthat (>= 2.1.0),
withr
RdMacros: Rdpack
VignetteBuilder: knitr
License: GPL-3
URL: https://gianluca.statistica.it/software/bcea/,
https://gianluca.statistica.it/,
https://n8thangreen.github.io/BCEA/,
https://github.com/giabaio/BCEA/
NeedsCompilation: no
RoxygenNote: 7.3.2.9000
Encoding: UTF-8
BugReports: https://github.com/giabaio/BCEA/issues/
LazyData: false
Roxygen: list(markdown = TRUE)