County-by-county results of year 2000 US presidential election
县县2000年美国总统选举结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The florida data frame has 67 rows and 13 columns.
florida数据框有67行和13列。
Gives a county by county accounting of the US elections in the state of
给出了一个县的县会计在美国总统大选中的状态
用法----------Usage----------
data(florida)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
County Name of county
县名的县
GORE Votes for Gore
戈尔GORE投票
BUSH Votes for Bush
布什投票给布什
BUCHANAN Votes for Buchanan
BUCHANAN投票布坎南
NADER Votes for Nader
NADER投票纳德
BROWN a numeric vector
布朗数字矢量
HAGELIN a numeric vector
HAGELIN一个数值向量
HARRIS a numeric vector
哈里斯一个数值向量
MCREYNOLDS a numeric vector
麦克雷诺兹一个数值向量
MOOREHEAD a numeric vector
穆尔黑德的数字矢量
PHILLIPS a numeric vector
PHILLIPS一个数值向量
Total a numeric vector
总计的数字矢量
源----------Source----------
Found in the excellent notes Using R for Data Analysis and Graphics by John Maindonald. (As of 2003 a book published by Cambridge University Press.)
发现出色的注意事项,使用R进行数据分析和图形约翰Maindonald。 (截至2003年由剑桥大学出版社出版的一本书。)
实例----------Examples----------
data(florida)
attach(florida)
result.lm <- lm(BUCHANAN ~ BUSH)
plot(BUSH,BUCHANAN)
abline(result.lm) ## can you find Palm Beach and Miami Dade counties?[#你可以发现棕榈滩和迈阿密 - 戴德县的吗?]