R/twentycities.R

#' He et al. 2010 twenty UK cities weekly reported measles data
#'
#' @format ## `twentycities`
#' A list of 3 data frames.
#'
#' ## `twentycities$measles`:
#' \describe{
#'   \item{unit}{City name}
#'   \item{data}{Date of observation}
#'   \item{cases}{Number of measles cases reported during the week}
#' }
#' ## `twentycities$demog`:
#' \describe{
#'   \item{unit}{City name}
#'   \item{year}{Year that demography was recorded}
#'   \item{pop}{Population}
#'   \item{births}{Births}
#' }
#' ## `twentycities$coord`:
#' \describe{
#'   \item{unit}{City name}
#'   \item{long}{Longitude of city}
#'   \item{lat}{Latitude of city}
#' }
#'
#' @references \He2010
#'
#' @source <https://kingaa.github.io/pomp/vignettes/twentycities.rda>
"twentycities"

Try the panelPomp package in your browser

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

panelPomp documentation built on April 11, 2025, 6:18 p.m.