In the following presentation we will explore simple linear regression
We will be using the built in trees data set. Which contains data about black cherry trees
We will model the relationship between the girth of each tree and its volume
There are assumptions needed to perform a linear regression. There needs to be linear relationship between the two variables and the observations should be independent
Before doing the linear regression we will make a scatter plot to check for a positive association
After creating the model we will check the residual plot to ensure that the assumptions we make were correct