-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.29 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
Package: paramix
Title: Aggregate and Disaggregate Continuous Parameters for Compartmental Models
Version: 0.0.1
Authors@R:
c(person("Carl", "Pearson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0701-7860")),
person("Simon", "Proctor", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-0380-1503")),
person("Lucy", "Goodfellow", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0009-0004-0434-5863")))
Description: A convenient framework for aggregating and disaggregating continuously
varying parameters (for example, case fatality ratio, with age) for proper
parametrization of lower-resolution compartmental models (for example, with
broad age categories) and subsequent upscaling of model outputs to high resolution
(for example, as needed when calculating age-sensitive measures like years-life-lost).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Suggests:
lintr,
knitr,
rmarkdown,
ggplot2,
roxygen2,
wpp2019,
testthat (>= 3.0.0),
patchwork
VignetteBuilder: knitr
Imports:
data.table
Config/testthat/edition: 3
URL: https://cmmid.github.io/paramix/