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
- Host: GitHub
- URL: https://github.com/pedroguarderas/epidemic_models
- Owner: pedroguarderas
- Created: 2020-02-28T00:23:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T23:33:08.000Z (over 3 years ago)
- Last Synced: 2025-01-06T22:57:05.985Z (5 months ago)
- Language: R
- Size: 14.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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/).