https://github.com/cran/epicalc
Raw File
Tip revision: 7ee14c31a4d91d2514d8db03c7f6e2848d7853ce authored by Virasakdi Chongsuvivatwong on 28 September 2009, 00:00:00 UTC
version 2.9.2.3
Tip revision: 7ee14c3
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