Code for: Linear Regression
Applied Exercises:
chap_3_prob_8.R
(Simple linear regression on the
Auto
data set)
chap_3_prob_9.R
(Multiple linear regression on the
Auto
data set)
chap_3_prob_10.R
(Linear regression on the
Carseats
data set)
chap_3_prob_11.R
(The t-statistic for the null model)
chap_3_prob_12.R
(Simple linear regression without an intercept)
chap_3_prob_13.R
(Fitting simple linear regression models)
chap_3_prob_14.R
(The problem with collinear features)
chap_3_prob_15.R
(Multiple linear regression on the
Boston
data set)
John Weatherwax