Precinct {BSDA} | R Documentation |
Data for Exercise 2.2 and 2.38
Precinct
A data frame with 8 observations on the following 2 variables.
rate
income
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Precinct) attach(Precinct) plot(rate,income,main="Exercise 2.2") model <- lm(income~rate) model abline(model,col="green") detach(Precinct)