R/apm.R

#' Data on Air Pollution and Mortality
#'
#' General Motors collected data on 59 US Standard Metropolitan
#' Statistical Areas for a study whether air pollution contributes
#' to the age-adjusted mortality of the population \cr
#' More explanations in: regression script p. 41 \cr
#' Example for: Multiple linear regression
#'
#' @docType data
#'
#' @usage data(apm)
#'
#' @format An object of class \code{data.frame}
#'
#' @keywords datasets
#'
#' @examples
#' data(apm)
"apm"
retodomax/DataRZ documentation built on March 14, 2020, 3:12 p.m.