-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.43 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
Package: psm3mkv
Title: Evaluate Partitioned Survival and State Transition Models
Version: 0.3.2
Authors@R: c(
person("Dominic", "Muston", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4876-7940")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = c("cph", "fnd"))
)
Description: Fits and evaluates three-state partitioned survival analyses
(PartSAs) and Markov models (clock forward or clock reset) to
progression and overall survival data typically collected in oncology clinical trials. These model structures are typically considered in
cost-effectiveness modeling in advanced/metastatic cancer indications.
Muston (2024). "Informing structural assumptions for three state oncology cost-effectiveness models through model efficiency and fit". Applied Health Economics and Health Policy.
License: GPL (>= 3)
URL: https://merck.github.io/psm3mkv/, https://github.com/Merck/psm3mkv
BugReports: https://github.com/Merck/psm3mkv/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports:
admiral,
dplyr,
flexsurv,
ggplot2,
pharmaverseadam,
purrr,
rlang,
SimplicialCubature,
stats,
survival,
stringr,
tibble,
tidyr
Suggests:
boot,
covr,
ggsci,
HMDHFDplus,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1