R/cdc_state_counts.R

#' Weekly death counts for each USA state
#'
#' 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.
#'  
#'  \itemize{
#'  \item state Name of USA state
#'  \item date Corresponding date of observation
#'  \item outcome Estimated number of deaths
#'  \item population Population estimate (from the Census)}
#'  
#' @usage data(cdc_state_counts)
#' 
#' @format An object of class \code{"data.frame"}
#' 
#' @docType data

"cdc_state_counts"

Try the excessmort package in your browser

Any scripts or data that you put into this service are public.

excessmort documentation built on Oct. 11, 2021, 9:06 a.m.