forked from bryce-carson/ehpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.62 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
Package: ehpi
Title: A Basic Compartmental Epidemic Modelling API
Version: 0.8.0
Language: en-CA
Authors@R:
c(person(given = "Bryce", family = "Carson",
email = c("bryce.a.carson@gmail.com", "bcars268@mtroyal.ca"),
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1362-2998",
GitHub = "bryce-carson")),
person(given = "Ashok", family = "Krishnamurthy",
email ="akrishnamurthy@mtroyal.ca",
role = c("cph", "ctb"),
comment = c(ORCID = "")),
person(given = "Alberta Innovates", role = "fnd",
comment =
c(funding = "2024 Alberta Innovates Mount Royal University")))
Description: A unified interface to a set of eight epidemic models: SIR, SIRS,
SIRD, SIRDS, SEIR, SEIRS, SEIRD, SEIRDS. Each model is configured with the
same function, and the model that runs is determined by the function arguments
alone.
*ehpi* is a small, but effective and thoughtful single-function package which
implements eight different compartmental epidemic models. The choice of model
is determined by the provided arguments, with only the minimal set of
arguments needed to distinguish one model from another being necessary; the
default arguments of model parameters and model options are either irrelevant
to other models, or are used in clever ways to disable or enable a
compartment.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
deSolve
URL: https://github.com/bryce-carson/ehpi, https://bryce-carson.github.io/ehpi/
BugReports: https://github.com/bryce-carson/ehpi/issues