| bush2000 | R Documentation |
US election data, at the state level, in the 2000 Presidential Election from Kieschnick and McCullough (2003).
data("bush2000")
A data frame with 51 observations on the following 10 variables.
statename of state a factor with levels 51 levels.
bushproportion of state's vote for George Bush
malepercentage of population male
poppopulation
ruralpercentage of population living in rural areas
bpovlpercentage of population with income below the poverty level
clfuunemployment rate (%)
mgt18percentage of male population older than 18 years
pgt65percentage of population older than 65 years
numgt75percentage of population with income greater than 75K
The US election data, at the state level, in the 2000 Presidential Election. The response variable is the proportion of the state that voted for George Bush; and the predictors are state demographic indicators.
Kieschnick and McCullough (2003)
Kieschnick, R. and McCullough, B. D. (2003) Regression analysis of variates observed on (0, 1): percentages, proportions and fractions, Statistical Modelling, 3, Vol 3, pp 193-213, Sage Publications Sage CA: Thousand Oaks, CA.
data(bush2000)
plot(bush~bpovl, data=bush2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.