Simple Linear Regression is used to estimate the relationship between two quantitative variables.
Regression models describe the relationship between the two variables by fitting a line to the data. Linear models use a straight line.
What simple linear regression can provide
- How strong the relationship is between two variables (e.g., the relationship between rainfall and soil erosion).
- The value of the dependent variable at a certain value of the independent variable (e.g., the amount of soil erosion at a certain level of rainfall).