Simple Linear Regression is a statistical method that allows us to:
- Model the relationship between two continuous variables
- Make predictions based on one variable (predictor) to estimate another (response)
- Understand the strength and direction of the relationship
Key Question: Can we predict Y based on X?