Homework 2

Chapter 3

Complete the following 6 problems:

  1. Problem 3.2
  2. Problem 3.3a-d
  3. Problem 3.7a-d
  4. Problem 3.8a-d
  5. Problem 3.18
  6. Exercise 3.19

Additional Directions:

For each problem that involves a data set, also plot the the diagnostic plots using:

par(mfrow = c(2, 2))
plot(lm.out, which = c(1:3))
acf(lm.out$residuals)

and comment on whether they indicate deviations (or not) from the SLRGN model.