Lab 7 - Model Selection in R
In this lab, we are going to work through the OpenIntro multiple linear regression lab: Multiple linear regression
Notes:
- The function multiLines used in Exercise 8 of the lab requires that you load the Hmisc library.
- If you are unable to load the data set using the first two lines of code in the lab, try the following
evals <- read.csv("http://www.math.montana.edu/shancock/data/evals.csv")