Simple Linear Regression is a statistical method used to model the relationship between two continuous variables.
The Goal:
- To understand how a single independent variable (predictor,
X) influences a single dependent variable (response,Y). - To create a linear model that can be used to make predictions.
Key Questions it Answers:
- Is there a statistically significant relationship between the two variables?
- If so, what is the nature of this relationship (i.e., how much does
Ychange for a one-unit change inX)? - Can we predict future values of
Ybased on a given value ofX?