-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
57 lines (57 loc) · 1.67 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
Package: heemod
Title: Markov Models for Health Economic Evaluations
Version: 0.14.5
Authors@R: c(
person("Kevin", "Zarca", email = "[email protected]", role = c("aut", "cre")),
person("Antoine", "Filipovic-Pierucci", role = "aut"),
person("Matthew", "Wiener", role = "ctb"),
person("Zdenek", "Kabat", role = "ctb"),
person("Vojtech", "Filipec", role = "ctb"),
person("Jordan", "Amdahl", role=c("ctb")),
person("Yonatan", "Carranza Alarcon", role=c("ctb")),
person("Vince", "Daniels", role=c("ctb"))
)
Description: An implementation of the modelling and reporting features described
in reference textbook and guidelines (Briggs, Andrew, et al. Decision
Modelling for Health Economic Evaluation. Oxford Univ. Press, 2011;
Siebert, U. et al. State-Transition Modeling. Medical Decision Making
32, 690-700 (2012).): deterministic and probabilistic sensitivity analysis,
heterogeneity analysis, time dependency on state-time and model-time
(semi-Markov and non-homogeneous Markov models), etc.
Depends: R (>= 3.6.0)
Imports:
dplyr (>= 1.0.4),
ggplot2 (>= 3.3.3),
lazyeval (>= 0.2.2),
memoise (>= 2.0.0),
mvnfast (>= 0.2.5),
plyr (>= 1.8.6),
pryr (>= 0.1.4),
tibble (>= 3.0.6),
rlang (>= 0.4.1),
purrr (>= 0.3.4)
License: GPL (>= 3)
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Suggests:
BCEA,
diagram,
flexsurv,
knitr,
logitnorm,
lpSolve,
mgcv,
optimx,
parallel,
readxl,
rgho,
rmarkdown,
stringr,
survival,
testthat,
triangle,
magrittr,
cli
BugReports: https://github.com/pierucci/heemod/issues
Roxygen: list(markdown = TRUE)