R/incprev_stroke.R

#' Global Region Health Metrics Data - Incidence and Prevalence for Stroke 2019 and 2021
#' Numbers - 5-year age groups from <1 to 85+ and both
#' Location available Global
#'
#' @format A dataframe with `r dim(incprev_stroke)[1]` rows and `r dim(incprev_stroke)[2]` variables:
#'
#' The variables are as follows:
#'
#' \describe{
#'   \item{measure}{character, metric name}
#'   \item{sex}{character, female, male, both}
#'   \item{age}{character, age groups from <1 to 85+ each 5 years}
#'   \item{year}{integer, years 2019 and 2021}
#'   \item{val}{numeric, estimated values}
#'   \item{upper}{numeric, estimated upper values}
#'   \item{lower}{numeric, estimated lower values}
#' }
#' @source <https://vizhub.healthdata.org/gbd-results/>
"incprev_stroke"

Try the hmsidwR package in your browser

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

hmsidwR documentation built on April 12, 2025, 2:28 a.m.