Correlat {BSDA} | R Documentation |
Data for Exercise 2.23
Correlat
A data frame with 13 observations on the following 2 variables.
X
Y
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Correlat) attach(Correlat) plot(X,Y) model <- lm(Y~X) abline(model) detach(Correlat)