An open API service indexing awesome lists of open source software.

https://github.com/pedroguarderas/epidemic_models

Son basic models for epidemiology
https://github.com/pedroguarderas/epidemic_models

Last synced: 4 months ago
JSON representation

Son basic models for epidemiology

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

## Introduction
This project is created with the main purpose to implement several epidemiologic models and fit
such models to information related to COVID-19.

In particular we are interested to implement a model that considered regionalized data.

The current project depends of several sources of information:

* Information generated by the University Johns Hopkins in the project [COVID-19](https://github.com/CSSEGISandData/COVID-19).
* Information related to number of beds in hospitals provided by [INEC](https://www.ecuadorencifras.gob.ec/camas-y-egresos-hospitalarios/)

The previous information was processed with R to obtain some data.tables saved in the folder RData.

### Requirements
This project will require that you have installed [git](https://git-scm.com/).