All Projects → qingyuanzhao → bets.covid19

qingyuanzhao / bets.covid19

Licence: CC-BY-4.0 license
Data and analysis for the early COVID-19 outbreak

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects

Labels

Projects that are alternatives of or similar to bets.covid19

SARS2-Stat-KR
중국 우한 바이러스 한국 확진자 통계
Stars: ✭ 25 (-3.85%)
Mutual labels:  2019-ncov
covid19-data-greece
Datasets and analysis of Novel Coronavirus (COVID-19) outbreak in Greece
Stars: ✭ 16 (-38.46%)
Mutual labels:  2019-ncov
2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-50%)
Mutual labels:  2019-ncov
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-46.15%)
Mutual labels:  2019-ncov
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (-3.85%)
Mutual labels:  2019-ncov
Ncovmemory
2020新冠肺炎记忆:报道、非虚构与个人叙述(持续更新) Memory of 2020 nCoV: Media Coverage, Non-fiction Writings, and Individual Narratives (Continuously updating)
Stars: ✭ 11 (-57.69%)
Mutual labels:  2019-ncov
NCoVUtils
Utility functions for the 2019-NCoV outbreak
Stars: ✭ 27 (+3.85%)
Mutual labels:  2019-ncov
covid-19
Open source web map for tracking COVID-19 global cases
Stars: ✭ 23 (-11.54%)
Mutual labels:  2019-ncov
corona-virus
一个冠状病毒肺炎传染病学研究数据集
Stars: ✭ 34 (+30.77%)
Mutual labels:  2019-ncov
2019-ncov-vue3-version
新型冠状病毒实时疫情 Vue-Compostion-Api版本 (Vue3 + TypeScript)
Stars: ✭ 55 (+111.54%)
Mutual labels:  2019-ncov
DonationChannel
武汉新型冠状病毒防疫物资信息捐赠通道 -> 采用更便捷的方案展示
Stars: ✭ 18 (-30.77%)
Mutual labels:  2019-ncov
covid-19
HDR UK - Resources for 🦠COVID-19 Research
Stars: ✭ 41 (+57.69%)
Mutual labels:  2019-ncov
Dxy Covid 19 Crawler
2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API
Stars: ✭ 1,865 (+7073.08%)
Mutual labels:  2019-ncov
COVID-19-Greece
A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Stars: ✭ 21 (-19.23%)
Mutual labels:  2019-ncov
covid19-datasets
COVID-19 derived and augmented datasets (based on JHU, NY Times, ECDC) exported as JSON, TSV, SQL, SQLite DB (plus visualizations)
Stars: ✭ 25 (-3.85%)
Mutual labels:  2019-ncov
Coronavirus
Java API Wrapper for tracking coronavirus (COVID-19, SARS-CoV-2) via https://git.io/Jvoep
Stars: ✭ 16 (-38.46%)
Mutual labels:  2019-ncov
Covid 19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
Stars: ✭ 27,932 (+107330.77%)
Mutual labels:  2019-ncov
fahclient
Dockerized Folding@home client with NVIDIA GPU support to help battle COVID-19
Stars: ✭ 38 (+46.15%)
Mutual labels:  2019-ncov
covid19-interventionmeasures
Complexity Science Hub (CSH) Covid-19 Control Strategies List (CCCSL)
Stars: ✭ 56 (+115.38%)
Mutual labels:  2019-ncov
Dxy Covid 19 Data
2019新型冠状病毒疫情时间序列数据仓库 | COVID-19/2019-nCoV Infection Time Series Data Warehouse
Stars: ✭ 2,005 (+7611.54%)
Mutual labels:  2019-ncov

An analysis of the initial COVID-19 outbreak

Dataset

This dataset is collected from public agencies or news media, containing detailed information about some 1400 COVID-19 cases confirmed in and outside China. This dataset is free to use and share given that appropriate credits are given under the CC-BY-4.0 license. It can be loaded in R as a package:

devtools::install_github("qingyuanzhao/bets.covid19")
library(bets.covid19)
head(covid19_data)

More details about the dataset can be found in

help(covid19_data)

and in this arXiv preprint.

Statistical inference: the BETS model

We have developed a generative model for four key epidemiological events: Beginning of exposure, End of exposure, time of Transmission, and time of Symptom onset (BETS). This package implements a likelihood inference for the BETS model. Try:

help(bets.inference)
example(bets.inference)

Details of the model and methodology can be found in this preprint on arXiv. In short, we find that several published early analyses were severely biased by sample selection. All our analyses, regardless of which subsample and model were being used, point to an epidemic doubling time of 2 to 2.5 days during the early outbreak in Wuhan.

A Bayesian nonparametric analysis further suggests that 5% of the symptomatic cases may not develop symptoms within 14 days since infection. Code for the Bayesian model and MCMC sampler can be found under the bayesian folder.

Reference

  • Full model: Qingyuan Zhao, Niaoqiao Ju, Sergio Bacallado, Rajen Shah. BETS: The dangers of selection bias in early analyses of the coronavirus disease (COVID-19) pandemic. arXiv:2004.07743.

Related articles

Acknowledgement

Many people have contributed to the data collection and given helpful suggestions. We thank Yachong Yang, Cindy Chen, Yang Chen, Dylan Small, Michael Levy, Hera He, Zilu Zhou, Yunjin Choi, James Robins, Marc Lipsitch, Andrew Rosenfeld.

Earlier work

This project first started from a preliminary analysis of some international COVID-19 cases exported from Wuhan. The report of the first analysis can be found on medRxiv. Code for that analysis can be found in the report1 branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].