All Projects → EpiModel → EpiModelHIV

EpiModel / EpiModelHIV

Licence: GPL-3.0 license
Network Models of HIV Transmission Dynamics among MSM and Heterosexuals

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to EpiModelHIV

reina-model
Agent-based simulation model for COVID-19 spread in society and patient outcomes
Stars: ✭ 30 (+50%)
Mutual labels:  agent-based-modeling, epidemiology
SimInf
A framework for data-driven stochastic disease spread simulations
Stars: ✭ 21 (+5%)
Mutual labels:  epidemiology, mathematical-modelling
epirust
An agent-based epidemiology simulation framework built in Rust
Stars: ✭ 76 (+280%)
Mutual labels:  agent-based-modeling, epidemiology
individual
R Package for individual based epidemiological models
Stars: ✭ 20 (+0%)
Mutual labels:  agent-based-modeling, epidemiology
kendrick
Domain-Specific Modeling for Epidemiology
Stars: ✭ 43 (+115%)
Mutual labels:  epidemiology, mathematical-modelling
DiffOpt.jl
Differentiating convex optimization programs w.r.t. program parameters
Stars: ✭ 106 (+430%)
Mutual labels:  mathematical-modelling
nlrx
nlrx NetLogo R
Stars: ✭ 66 (+230%)
Mutual labels:  agent-based-modeling
Java-AgentSpeak
LightJason - AgentSpeak(L++) for Java
Stars: ✭ 21 (+5%)
Mutual labels:  agent-based-modeling
Diagrammer
Graph and network visualization using tabular data in R.
Stars: ✭ 1,497 (+7385%)
Mutual labels:  network-graph
geostan
Bayesian spatial analysis
Stars: ✭ 40 (+100%)
Mutual labels:  epidemiology
COVID 19-Social-Dist-Simulation
COVID-19 social distancing simulator
Stars: ✭ 12 (-40%)
Mutual labels:  epidemiology
McMasterPandemic
SEIR+ model
Stars: ✭ 18 (-10%)
Mutual labels:  epidemiology
yalla
Spheroid models of morphogenesis for the GPU.
Stars: ✭ 30 (+50%)
Mutual labels:  agent-based-modeling
musicntwrk
Network Analysis of Generalized Musical Spaces
Stars: ✭ 37 (+85%)
Mutual labels:  network-graph
Whatsapp-Net
Generate a network graph of connections from your WhatsApp groups data
Stars: ✭ 75 (+275%)
Mutual labels:  network-graph
vosonSML
R package for collecting social media data and creating networks for analysis.
Stars: ✭ 65 (+225%)
Mutual labels:  network-graph
abcFinance
Agent-based computational Finance
Stars: ✭ 27 (+35%)
Mutual labels:  agent-based-modeling
chronological-map-phenotypes
Machine-readable version of electronic health record phenotypes for Kuan V. and Denaxas S. et al.
Stars: ✭ 38 (+90%)
Mutual labels:  epidemiology
flocc
Agent-based modeling in JavaScript in the browser or on the server.
Stars: ✭ 26 (+30%)
Mutual labels:  agent-based-modeling
episuite
A suite of tools for epidemiology in Python.
Stars: ✭ 25 (+25%)
Mutual labels:  epidemiology

EpiModelHIV

Build Status

Modules for simulating HIV/STI transmission dynamics among men who have sex with men and heterosexual populations, developed as an extension to our general network-based epidemic modeling platform, EpiModel.

EpiModel and EpiModelHIV use the statistical framework of temporal exponential-family random graph models to fit and simulate models of dynamic networks. These statistical methods have been developed and implemented as open-source software, building on the extensive efforts of the Statnet research group to build software tools for the representation, analysis, and visualization of complex network data.

These packages combine these Statnet methods with an agent-based epidemic modeling engine to simulate HIV transmission over networks, allowing for complex dependencies between the network, epidemiological, and demographic changes in the simulated populations. Readers new to these methods are recommended to consult our EpiModel resources, including our main methods paper Vignette describing the theory and implementation.

Installation

You can install EpiModelHIV in R using remotes:

install.packages("EpiModel", dependencies = TRUE)
remotes::install_github("statnet/tergmLite")
remotes::install_github("statnet/EpiModelHPC")
remotes::install_github("statnet/EpiModelHIV")

Documentation on using this software package is forthcoming, although limited function documentation is provided within the package and available with the help(package = "EpiModelHIV") command.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].