R/data.R

#' ABS lifetable data
#'
#' A dataset of ABS lifetables in long format
#'
#' @format A data frame with 34744 rows and 6 variables:
#' \describe{
#'   \item{age}{integer age in years}
#'   \item{sex}{factor 'M' or 'F'}
#'   \item{measure}{factor abbrev. of lifetable quantity e.g. 'lx' or 'qx'}
#'   \item{loc}{factor: abbreviation of location e.g. 'QLD', or 'AU' for national}
#'   \item{year}{integer year of dataset e.g. 2002 for 2002-2004 data}
#'   \item{value}{numeric value of the quantity}
#' }
#' @source \url{http://www.abs.gov.au/ausstats/abs@.nsf/mf/3302.0.55.001}
'abs_lt'
stephematician/lifetable documentation built on May 30, 2019, 3:17 p.m.