-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.27 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
Package: malariaEquilibriumVivax
Type: Package
Title: Return equilibrium solution to malaria transmission model (P. vivax)
Version: 1.0.1
Authors@R: c(
person(
given = "Richard",
family = "Sheppard",
role = c('aut', 'cre'),
email = '[email protected]'
),
person(
given = "Pete",
family = "Winskill",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Giovanni",
family = "Charles",
role = c('aut'),
email = '[email protected]'
))
Description: Often we are interested in the state of a given malaria
transmission model at equilibrium. However, some models (e.g. the Griffin et
al. 2014 model, the White et al. 2018 model) are quite complex, and can result in equilibrium solutions
that are fairly in-depth. In these situations it is useful to have a
"canonical" equilibrium solution that is tried and tested, and can be used
reliably by multiple users. This package complement the malariaEquilibriumVivax
package to store canonical equilibrium solutions for Plasmodium vivax malaria models.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
BugReports: https://github.com/mrc-ide/malariaEquilibriumVivax/issues
Imports:
statmod,
magrittr