-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.69 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.69 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
Package: dynamicpv
Title: Evaluates Present Values and Health Economic Models with Dynamic Pricing and Uptake
Version: 0.4.1
Authors@R: c(
person("Dominic", "Muston", , "dominic.muston@msd.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4876-7940")),
person("John", "Blischak", role = c("ctb"),
comment = c(ORCID = "0000-0003-2634-9879")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = c("cph", "fnd"))
)
Description: The goal of 'dynamicpv' is to provide a simple way to calculate (net) present values and outputs from health economic models (especially cost-effectiveness and budget impact) in discrete time that reflect dynamic pricing and dynamic uptake. Dynamic pricing is also known as life cycle pricing; dynamic uptake is also known as multiple or stacked cohorts, or dynamic disease prevalence. Shafrin (2024) <doi:10.1515/fhep-2024-0014> provides an explanation of dynamic value elements, in the context of Generalized Cost Effectiveness Analysis, and Puls (2024) <doi:10.1016/j.jval.2024.03.006> reviews challenges of incorporating such dynamic value elements. This package aims to reduce those challenges.
License: GPL (>= 3)
URL: https://MSDLLCpapers.github.io/dynamicpv/, https://github.com/MSDLLCpapers/dynamicpv
BugReports: https://github.com/MSDLLCpapers/dynamicpv/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
dplyr,
readr,
rlang,
tidyr
Suggests:
flexsurv,
ggplot2,
heemod,
knitr,
lubridate,
purrr,
rmarkdown,
scales,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
LazyData: true
VignetteBuilder: knitr