R/births.R

#' Number of births in Sweden 1969-2014
#'
#' A list containing two matrices, 'males' and 'females'. Each matrix shows the
#'  number of births by mother's age and year
#'
#' @docType data
#' @usage data(births)
#' @keywords datasets
#' @name births
#' @format A list with two matrices, each with 46 rows (ages 14-49) and
#' 46 columns (years 1969-2014). Age 14 is 14- and age 49 is 49+.
"births"
goranbrostrom/sweden14 documentation built on May 17, 2019, 7:59 a.m.