powered by
The florida data frame has 67 rows and 13 columns.
florida
Gives a county by county accounting of the US elections in the state of Florida.
data(florida)
This data frame contains the following columns:
Name of county
Votes for Gore
Votes for Bush
Votes for Buchanan
Votes for Nader
a numeric vector
# NOT RUN { data(florida) attach(florida) result.lm <- lm(BUCHANAN ~ BUSH) plot(BUSH,BUCHANAN) abline(result.lm) ## can you find Palm Beach and Miami Dade counties? # }
Run the code above in your browser using DataLab