Description Usage Arguments Value Examples
View source: R/03-ph_calculate_rates.R
Calculate infection fatality rate (IFR), infection hospitalisation rate, and hospitalisation fatality rate (HFR) from Philippines data
1 |
df |
A data.frame of cases data pulled from the Philippines COVID-19 Data Drop. |
A data.frame with calculated IHR, IFR, and HFR by age group structure consistent with CoMo model data structure requirements.
1 2 | df <- ph_get_cases()
ph_calculate_rates(df = df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.