state.deaths | R Documentation |
Function to compute excess deaths by age group and jurisdiction during the 2020 COVID-19 pandemic.
state.deaths(state="Massachusetts", plot=c("raw","per capita","excess","excess per capita", "percent above normal"), corrected=FALSE, data=list(), date.range=list(), ...)
state |
state or jurisdiction. |
plot |
what to plot. |
corrected |
correct past year deaths to 2020 population (logical). |
data |
list containing CDC data. If not supplied, function will create this object. |
date.range |
date range for the plot. |
... |
optional arguments. |
A plot.
Liam Revell liam.revell@umb.edu
References here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.