florida {Simple}R Documentation

County-by-County results of year 2000 US presidential election in Florida

Description

The florida data frame has 67 rows and 13 columns.

Gives a county by county accounting of the US elections in the state of Florida.

Usage

data(florida)

Format

This data frame contains the following columns:

County
a numeric vector
V2
a numeric vector
GORE
a numeric vector
BUSH
a numeric vector
BUCHANAN
a numeric vector
NADER
a numeric vector
BROWNE
a numeric vector
HAGELIN
a numeric vector
HARRIS
a numeric vector
MCREYNOLDS
a numeric vector
MOOREHEAD
a numeric vector
PHILLIPS
a numeric vector
Total
a numeric vector

Source

Found in the excellent guide ``Using R for Data Analysis and Graphics'' by John Maindonald. The data set is available from http://room.anu.edu.au/~johnm/

Examples

data(florida)
attach(florida)
result.lm <- lm(BUCHANAN ~ BUSH)
plot(BUSH,BUCHANAN)
abline(result.lm) ## can you find Miami-Dade coutny?

[Package Simple version 0.5 Index]