https://github.com/cran/epicalc
Raw File
Tip revision: aade418ba8c32e6474d96a22b789d3074389a607 authored by Virasakdi Chongsuvivatwong on 15 January 2012, 00:00:00 UTC
version 2.14.0.3
Tip revision: aade418
so2.Rd
\name{Air Pollution}
\alias{SO2}
\docType{data}
\title{Dataset on air pollution and deaths in UK}
\description{
Deaths in London from 1st-15th Dec 1952
}
\usage{data(SO2)}
\format{
  A data frame with 15 observations on the following 4 variables.
  \describe{
    \item{\code{day}}{a numeric vector: the day in Dec 1952}
    \item{\code{deaths}}{a numeric vector: number of deaths}
    \item{\code{smoke}}{a numeric vector: atmospheric smoke (mg/cu.m)}
    \item{\code{SO2}}{a numeric vector: atmospheric sulphur dioxide (parts/million)}
  }
}
\source{
from John F. Osborn, Statistical Exercises in Medical Research, Blackwell 1979
}
\keyword{datasets}
back to top