-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
74 lines (74 loc) · 2.26 KB
/
Copy pathDESCRIPTION
File metadata and controls
74 lines (74 loc) · 2.26 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
63
64
65
66
67
68
69
70
71
72
73
74
Type: Package
Package: darthtools
Title: Decision Analysis Helper Tools for the 'DARTH' Workgroup
Version: 0.4.0
Authors@R: c(
person("Fernando", "Alarid-Escudero", , "falarid@stanford.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5076-1172")),
person("Eline", "Krijkamp", , "e.krijkamp@erasmusmc.com", role = "aut",
comment = c(ORCID = "0000-0003-3970-2205")),
person("Petros", "Pechlivanoglou", , "petros.pechlivanoglou@sickkids.ca", role = "aut",
comment = c(ORCID = "0000-0001-5090-7936")),
person("Hawre", "Jalal", , "hjalal@pitt.edu", role = "aut",
comment = c(ORCID = "0000-0002-8224-6834")),
person("Alan", "Yang", , "alan.yang@sickkids.ca", role = "aut",
comment = c(ORCID = "0000-0002-0344-6812")),
person("Eva", "Enns", , "eenns@umn.edu", role = "aut",
comment = c(ORCID = "0000-0003-0693-7358")),
person("DARTH Workgroup", , , "darth.workgroup@gmail.com", role = "cph")
)
Description: Tools for decision-analytic cost-effectiveness modeling in R.
Provides functions to build and analyze cohort Markov, partitioned
survival, and microsimulation models; utilities for survival modeling
and probabilistic sensitivity analysis (PSA); and visualization of
cost-effectiveness acceptability curves (CEAC), expected value of
perfect information (EVPI), and expected loss curves (ELC). Developed
by the Decision Analysis in R for Technologies in Health ('DARTH')
workgroup. See <https://darth-git.github.io/darthtools/>.
License: MIT + file LICENSE
URL: https://darth-git.github.io/darthtools/,
https://github.com/DARTH-git/darthtools/
BugReports: https://github.com/DARTH-git/darthtools/issues
Depends:
R (>= 3.5.0)
Imports:
abind,
data.table,
dplyr,
ellipse,
flexsurv,
flexsurvcure,
ggplot2,
ggrepel,
graphics,
ggridges,
reshape2,
magrittr,
matrixStats,
msm,
muhaz,
mvtnorm,
rlang,
scales,
stats,
stringr,
survHE,
survival,
survminer,
tidyr,
utils,
zoo
Suggests:
gems,
knitr,
rhub,
rmarkdown,
spelling,
urlchecker
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3