forked from BDI-pathogens/OpenABM-Covid19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
71 lines (71 loc) · 3 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: OpenABMCovid19
Version: 1.0
Title: Agent-Based Model for Modelling the COVID-19
License: GPL-3
Authors@R:
c(
person("Oli", "Legat", role = c("cre"), email = "[email protected]"),
person("Robert", "Hinch", role = "aut", email = "[email protected]"),
person("Will", "Probert", role = "aut", comment = "a.k.a. p-robot", email = "[email protected]"),
person("Ana", "Bulas Cruz", role = "ctb"),
person("Andrea", "Stewart", role = "ctb"),
person("Anel", "Nurtay", role = "ctb"),
person("Anthony", "Finkelstein", role = "ctb"),
person("Ares", "Meroueh", role = "ctb"),
person("Arun", "Lobo", role = "ctb"),
person("Bryn", "Mathias", role = "ctb"),
person("Chris", "Wymant", role = "ctb"),
person("Christophe", "Fraser", role = "ctb"),
person("Daniel", "Montero", role = "ctb"),
person("David", "G Bonsall", role = "ctb"),
person("Evan", "Blumgart", role = "ctb"),
person("Feifan", "Chen", role = "ctb"),
person("Felix", "Breuer", role = "ctb"),
person("James", "Lockyer", role = "ctb"),
person("James", "Warren", role = "ctb"),
person("Katrina", "Lythgoe", role = "ctb"),
person("Kelvin", "Van Vurren", role = "ctb"),
person("Lele", "Zhao", role = "ctb"),
person("Luca", "Ferretti", role = "ctb"),
person("Lucie", "Abeler-Dörner", role = "ctb"),
person("Matthew", "Abueg", role = "ctb"),
person("Matthew", "Hall", role = "ctb"),
person("Michelle", "Kendall", role = "ctb"),
person("Neo", "Wu", role = "ctb"),
person("Nicole", "Mather", role = "ctb"),
person("Ross", "Boylan", role = "ctb"),
person("Scott", "Stevenson", role = "ctb"),
person("Setrak", "Balian", role = "ctb"),
person("feldnerd", "", role = "ctb", email = "[email protected]"),
person("mattea", "", role = "ctb", email = "[email protected]"),
person("neozwu", "", role = "ctb", email = "[email protected]"),
person("rory-improbable", "", role = "ctb", email = "[email protected]"))
Description:
OpenABM-Covid19 is an agent-based model (ABM) developed to simulate the spread
of COVID-19 in a city and to analyse the effect of both passive and active
intervention strategies. Interactions between individuals are modelled on
networks representing households, work-places and random contacts. The
infection is transmitted between these contacts and the progression of the
disease in individuals is modelled. Instantaneous contract-tracing and
quarantining of contacts is modelled allowing the evaluation of the design and
configuration of digital contract-tracing mobile phone apps.
Robert Hinch, William J M Probert, et al. (2020) <doi:10.1101/2020.09.16.20195925>.
Depends: R6
Imports: methods, xptr, parallel, data.table, plotly, stringr
Collate:
OpenABMCovid19.R
util.R
Parameters.R
Network.R
Model.R
MetaModel.R
Simulation.R
Strain.R
VaccineSchedule.R
Vaccine.R
Suggests:
testthat
RoxygenNote: 7.1.1
Encoding: UTF-8
SystemRequirements: GNU GSL
Biarch: FALSE