Skip to content
Snippets Groups Projects
README.md 1.11 KiB
Newer Older
Davis McCarthy's avatar
Davis McCarthy committed
# sirplus
Puxue Qiao's avatar
Puxue Qiao committed
<!-- badges: start -->
[![Codecov test coverage](https://codecov.io/gh/pqiao29/sirplus/branch/master/graph/badge.svg)](https://codecov.io/gh/pqiao29/sirplus?branch=master)
[![pipeline status](https://gitlab.svi.edu.au/biocellgen-private/sirplus/badges/master/pipeline.svg)](https://gitlab.svi.edu.au/biocellgen-private/sirplus/-/commits/master)
<!-- badges: end -->

sirplus is a package for the modeling of COVID-19 spread using stochastic individual compartment models (ICMs). The model implemented extends the classical Susceptible-Infectious-Recovered (SIR) model by adding compartments for Exposed, Quarantined, Hospitalised and Case Fatality individuals. The package provides a simple interface for creating experiments to demonstrate how factors like social-distancing and epidemiological parameters will change the curve.
Christina Azodi's avatar
Christina Azodi committed

## Installation and vignette

Christina Azodi's avatar
Christina Azodi committed
To view the vignette install the package then: 

```
Christina Azodi's avatar
Christina Azodi committed
devtools::install(build_vignettes=TRUE)
Christina Azodi's avatar
Christina Azodi committed
library(sirplus)
Christina Azodi's avatar
Christina Azodi committed
browseVignettes("sirplus")  
pqiao29's avatar
pqiao29 committed
To view the vignette of the package, visit [the package website](https://biocellgen-private.svi.edu.au/sirplus/public/)