• script.R
1
2
3
4
5
6
7
# run a regression of medv on all remaining variables
in the Boston data set
# obtain a robust summary of the coefficients
# what is the R^2 of the model?
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • R Console
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX