Learn R Programming

datana (version 1.0.6)

election: 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)

Arguments

Format

Contains three variables, as follows:

gore

Vote for Gore.

bush

Vote for Bush.

buchanan

Vote for Pat Buchanan.

References

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

Examples

Run this code
data(election)    
head(election) 

Run the code above in your browser using DataLab