cdc_state_counts {excessmort} | R Documentation |
Weekly death counts for each USA state
Description
The Center for Disease Control (CDC) provides weekly estimated death counts for each state in the USA. This data frame includes these estimates for each state along with population sizes.
state Name of USA state
date Corresponding date of observation
outcome Estimated number of deaths
population Population estimate (from the Census)
Usage
data(cdc_state_counts)
Format
An object of class "data.frame"
[Package excessmort version 0.7.0 Index]