Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cholera challenge for Rt and CFR based on case study #134

Open
avallecam opened this issue Nov 6, 2024 · 0 comments
Open

add cholera challenge for Rt and CFR based on case study #134

avallecam opened this issue Nov 6, 2024 · 0 comments
Labels

Comments

@avallecam
Copy link
Member

avallecam commented Nov 6, 2024

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

Example dataset:

library(outbreaks)
library(tidyverse)

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

to explore:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant