R
lm()
rmarkdown
glm()
caret
leaps
broom
rpart
-TODO: Add an example where x1 an x2 are very correlated. Compare regressions:
x1
x2
y ~ x1
y ~ x2
y ~ pc1
y ~ x1 + x2