Skip to content
Snippets Groups Projects
Commit 10e9976e authored by Christina Azodi's avatar Christina Azodi
Browse files

Update README.md

parent 757f670c
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,11 @@
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 epidemeological parameters will change the curve.
To view the vignette install the package then:
```
install.packages("../code/sirplus_0.1.tar.gz", repos = NULL, type = "source")
library(sirplus)
browseVignettes("sirplus")
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment