Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.44 KB

File metadata and controls

16 lines (14 loc) · 1.44 KB

SimulationMathModeling-finalproject

Sidra

Simulating Variations of the SIR Model

Project Description

Various disease outbreaks will be simulated to estimate peaks of those outbreaks and to model how outbreaks can vary depending on how much the disease is infectious, deadly, or transmissible. The different scenarios of disease outbreaks will be simulated using variations of the SIR model, and the results will be modeled to identify different peaks in the SIR models for different outbreak scenarios. There are three models of interest - SIR, SIRRS, and SID with alpha, beta, rs, and d probabilities. The four disease outbreak scenarios are not contagious and not deadly (mild), contagious and not deadly, not contagious and deadly, and contagious and deadly. This simulation does not take into account travel restrictions, mask mandates, or any other regulations that could curtail the outbreak.

Packages and software to install before running

R: ggplot2

Files in repo

  • Sidra_STAT421-simstudy.R: R script for running the simulation study for different disease outbreaks.

How to use

Clone repository into personal directory using this command,
git clone https://github.com/ssohail1/SimulationMathModeling-finalproject.git

To move into bc_microbiome-project directory use cd,
cd SimulationMathModeling-finalproject