epiverse-trace / epiverse-trace/tutorials-middle

add cholera challenge for Rt and CFR based on case study

Open
#134 0 comments 0 reactions 0 assignees View on GitHub
priority
Dominant language
R
Stars
3
Forks
6
Avg merge
1m
Merged PRs (30d)
1

Description

This can include missingness in recovery data, to show why simple calculation doesn't work, and a frequent situation for cholera.

Example dataset:
```r
library(outbreaks)
library(tidyverse)

outbreaks::ebola_sim_clean$linelist %>%
as_tibble() %>%
count(outcome)
#> # A tibble: 3 × 2
#> outcome n
#>
#> 1 Death 2564
#> 2 Recover 1963
#> 3 1302
```

to explore:
- data in https://cran.r-project.org/web/packages/cholera/index.html
- use simulist
- Global.health data also has examples for Marburg

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.