powered by
Data for Exercise 2.23
Correlat
A data frame with 13 observations on the following 2 variables.
X
a numeric vector
Y
# NOT RUN { str(Correlat) attach(Correlat) plot(X,Y) model <- lm(Y~X) abline(model) detach(Correlat) # }
Run the code above in your browser using DataLab