florida {Simple} | R Documentation |
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.
data(florida)
This data frame contains the following columns:
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/
data(florida) attach(florida) result.lm <- lm(BUCHANAN ~ BUSH) plot(BUSH,BUCHANAN) abline(result.lm) ## can you find Miami-Dade coutny?