Skip to content

Network Models of HIV Transmission Dynamics among MSM and Heterosexuals

License

Notifications You must be signed in to change notification settings

gknowlt/EpiModelHIV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

478 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 EpiModel's main Methods Paper 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")

About

Network Models of HIV Transmission Dynamics among MSM and Heterosexuals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.1%
  • C 0.9%