File: Florida.Rd

package info (click to toggle)
car 1.2-8-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 932 kB
  • sloc: makefile: 1
file content (56 lines) | stat: -rwxr-xr-x 1,128 bytes parent folder | download
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
46
47
48
49
50
51
52
53
54
55
56
\name{Florida}
\alias{Florida}
\docType{data}
\title{Florida County Voting}
\description{
The \code{Florida} data frame has 67 rows and 11 columns.
Vote by county in Florida for President in the 2000 election.
}
\format{
This data frame contains the following columns:
\describe{
\item{GORE}{
Number of votes for Gore
}
\item{BUSH}{
Number of votes for Bush.
}
\item{BUCHANAN}{
Number of votes for Buchanan.
}
\item{NADER}{
Number of votes for Nader.
}
\item{BROWNE}{
Number of votes for Browne (whoever that is).
}
\item{HAGELIN}{
Number of votes for Hagelin (whoever that is).
}
\item{HARRIS}{
Number of votes for Harris (whoever that is).
}
\item{MCREYNOLDS}{
Number of votes for McReynolds (whoever that is).
}
\item{MOOREHEAD}{
Number of votes for Moorehead (whoever that is).
}
\item{PHILLIPS}{
Number of votes for Phillips (whoever that is).
}
\item{Total}{
Total number of votes.
}
}
}

\source{
Adams, G. D. and Fastnow, C. F. (2000)
A note on the voting irregularities in Palm Beach, FL.
\url{http://madison.hss.cmu.edu/}.
}
\usage{
Florida
}
\keyword{datasets}