https://github.com/cran/epicalc
Raw File
Tip revision: 8fbe01b2db3ce10abf84d51ae0d946ba83d4792a authored by Virasakdi Chongsuvivatwong on 29 December 2006, 00:00:00 UTC
version 2.4.0.4
Tip revision: 8fbe01b
so2.Rd
\name{Air Pollution}
\alias{so2}
\docType{data}
\title{ Air pollution and deaths}
\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 of 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