Simple Linear Regression models the linear relationship between:
- A response variable \(Y\) - what we want to predict
- A predictor variable \(X\) - what we use to predict it
Using the trees dataset built into R, which measures trees:
- Girth - diameter of the tree (inches)
- Height - height of the tree (feet)
- Volume - volume of timber (cubic feet)