This repository contains all code, data, and writing for the paper on bias in estimating time-varying severity rates, such as the case fatality rate (CFR).
All data and experimental results can be fully reproduced using the provided R
scripts.
-
Preprocess real-world data
Download and preprocess datasets using scripts inCode/Preprocessing
. -
Compute severity rates
Use scripts inCode/Analysis
starting withdata_for_*
to estimate severity rates, saving results inData/HFR_estimates
. -
Generate figures
Create figures using the other scripts inCode/Analysis
. These scripts run quickly.