Skip to content

This repository contains reproducible research on an epidemiological model for understanding COVID-19 spreading rates, as part of the DTU Data Science course 22100: R for Bio Data Science

Notifications You must be signed in to change notification settings

seby-sbirna/Epidemiological-Modeling-and-Infection-Spread-Insights-of-COVID-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epidemiological Modeling and Infection Spread Insights of COVID-19

By Sebastian Sbirna, Sule Altintas and Stanley Frederiksen


Project Description

Our project is based on the analysis of a COVID-19 data set containing daily numbers of confirmed cases, deaths, and recoveries from the whole world, as well as patient data including symptoms. The fully wrangled data can be found under the folder: data\_augmented.

Dataset Dictionary

The raw data was obtained from the following Kaggle project, and is a customized version of the John Hopkins University dataset: https://www.kaggle.com/sudalairajkumar/novel-corona-virus-2019-dataset

This data has been augmented, for our analysis purposes, with world population data from the UN: https://population.un.org/wpp/Download/Standard/CSV/

How to reproduce the research?

By running the script R/00_do.R, the full data analysis can be carried out. This is especially useful if updating the data in data/_raw with the new daily numbers, as new data will be incorporated into all resulting plots.

Dependencies

The following dependencies are necessary to run our project:

  • R >= 4.0.0, and the following additional packages:
    • tidyverse
    • lubridate
    • broom
    • leaflet
    • leaflet.extras
    • ggpubr
    • rpart
    • rpart.plot
    • factoextra
    • caret
    • gridExtra
    • deSolve

About

This repository contains reproducible research on an epidemiological model for understanding COVID-19 spreading rates, as part of the DTU Data Science course 22100: R for Bio Data Science

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages