File: road.Rd

package info (click to toggle)
r-cran-mass 7.3-51.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,148 kB
  • sloc: ansic: 664; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
% file MASS/man/road.Rd
% copyright (C) 1994-9 W. N. Venables and B. D. Ripley
%
\name{road}
\alias{road}
\title{
  Road Accident Deaths in US States
}
\description{
  A data frame with the annual deaths in road accidents for half
  the US states.
}
\usage{
road
}
\format{
  Columns are:
  \describe{
    \item{\code{state}}{
      name.
    }
    \item{\code{deaths}}{
      number of deaths.
    }
    \item{\code{drivers}}{
      number of drivers (in 10,000s).
    }
    \item{\code{popden}}{
      population density in people per square mile.
    }
    \item{\code{rural}}{
      length of rural roads, in 1000s of miles.
    }
    \item{\code{temp}}{
      average daily maximum temperature in January.
    }
    \item{\code{fuel}}{
      fuel consumption in 10,000,000 US gallons per year.
    }
  }
}
\source{
  Imperial College, London M.Sc. exercise
}
\keyword{datasets}