https://github.com/cran/epicalc
Raw File
Tip revision: db904e720bf615a1be863b77ef7fec97e73de011 authored by Virasakdi Chongsuvivatwong on 05 December 2007, 00:00:00 UTC
version 2.6.1.0
Tip revision: db904e7
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 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