Learn R Programming

BSDA (version 0.1)

Florida2000: Florida voter results in the 2000 presidential election

Description

Data for Statistical Insight Chapter 2

Usage

Florida2000

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Florida2000)
attach(Florida2000)
plot(Total,BUCHANAN,xlab="Total votes cast (in thousands)",
ylab="Votes for Buchanan")
detach(Florida2000)

Run the code above in your browser using DataLab