зеркало из https://github.com/Azure/covid19model.git
f6e4079adf
this should improve the runtime |
||
---|---|---|
data | ||
figures | ||
results | ||
stan-models | ||
utils | ||
.gitignore | ||
LICENSE | ||
README.md | ||
base.r | ||
covid19model.Rproj | ||
plot-3-panel.r | ||
plot-forecast.r |
README.md
covid19model
Code for modelling estimated deaths and cases for COVID19.
This repository has code for replication purposes. The bleeding edge code and advancements are done in a private repository. Ask report authors for any collaborations.
How to run the code
There are two ways to run our code:-
- Open the rstudio project covid19model.Rproj file in rstudio and run/source base.r file
- To run from commandline please enter the cloned directory and type 'Rscript base.r base' in terminal
- The results are stored in two folders results and figures.
- Results has the stored stan fits and data used for plotting
- Figures have the images with daily cases, daily death and Rt for all countries.