powered by
Data for Exercises 2.10 and 2.53
Readiq
A data frame with 14 observations on the following 2 variables.
reading
a numeric vector
IQ
# NOT RUN { str(Readiq) attach(Readiq) plot(IQ,reading) model <- lm(reading~IQ) abline(model) detach(Readiq) # }
Run the code above in your browser using DataLab