Simple Linear Regression…
Is a Statistical technique for modeling data between a dependent and independent variable
Finds the relationship between an observed value and a single predictor
Tries to minimize the deviation of the fit line from the data
With simple linear regression it’s possible to predict values for highly correlated data!
What follows are some examples of the use of Simple Linear Regression.