election {datana}R Documentation

Presidential election data of Florida (USA) in 2000.

Description

County-by-county vote for president in Florida in 2000 for Bush, Gore and Buchanan.

Usage

data(election)

Format

Contains three variables, as follows:

gore

Vote for Gore.

bush

Vote for Bush.

buchaman

Vote for Buchaman.

Source

The data were obtained from the 'alr4' library.

References

Weisberg S. 2014. Applied Linear Regression. 4th edition. Hoboken NJ: Wiley

Examples

head(election)    
colSums(election) 

[Package datana version 1.0.3 Index]