Multiple Linear Regression 2

Sign in to test your solution.
lm.fit <- lm(formula = medv ~ ., data = Boston) r.sq <- ... RSE <- ...