powered by
Data for Exercises 9.51 and 9.52
Iqgpa
A data frame with 12 observations on the following 2 variables.
IQ
a numeric vector
GPA
# NOT RUN { str(Iqgpa) attach(Iqgpa) plot(IQ,GPA) model <- lm(GPA~IQ) abline(model) summary(model) detach(Iqgpa) remove(model) # }
Run the code above in your browser using DataLab