Chapter 3 Exercise 15

Sign in to test your solution.
significant.variables.single <- c("zn", "indus", "chas", "nox", "rm", "age", "dis", "rad", "tax", "ptratio", "black", "lstat", "medv") significant.variables.multiple <- c("zn", "indus", "chas", "nox", "rm", "age", "dis", "rad", "tax", "ptratio", "black", "lstat", "medv") significant.variables.cubic <- c("zn", "indus", "nox", "rm", "age", "dis", "rad", "tax", "ptratio", "black", "lstat", "medv") # not for chas!
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.