Skip to content
Analysis of 2019-nCoV outbreak
HTML R
Branch: master
Clone or download
Latest commit 92d0c94 Feb 5, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
stoch_model Update index.Rmd Feb 5, 2020
stoch_model_V1_paper Tidy code Feb 3, 2020
stoch_model_shiny Update UI Feb 3, 2020
.gitignore Add shiny Feb 2, 2020
LICENSE Initial commit Jan 25, 2020
README.md Update README.md Feb 3, 2020

README.md

2020-ncov

Analysis of the 2019-nCoV outbreak during 2019/20. Note: this is working repository, so code and data are likely to change over time

Guide to files for stoch_model

This is a stochastic SEIR model implemented using Euler-Maruyama, with likelihood estimated using SMC by jointly fitting to cases in Wuhan and exported cases over time in countries with high connectivity to Wuhan.

Data loading and model run script is in scripts/main_model.r. Calls the following R files:

R/load_timeseries.r - Load and format timeseries

R/model_functions.r - Load process model and SMC

R/plotting_functions.r - Plotting functions

outputs_main.R - Run main model outputs

The code and data used for V1 of our pre-print on early transmission dynamics can be found in stoch_model_V1_paper, with same paths as above.

Reference

Kucharski AJ, Russell TW, Diamond C et al. Early dynamics of transmission and control of 2019-nCoV: a mathematical modelling study. MedRxiv, 2020

You can’t perform that action at this time.