Chapter 3 Exercise 11

Sign in to test your solution.
set.seed(1) x <- rnorm(100) y <- 2 * x + rnorm(100)