Simple linear regression is a statistical method that allows us to summarize and study relationships between two continuous variables:
- Predictor variable (X): The independent variable
- Response variable (Y): The dependent variable
The goal is to find the best-fitting straight line through the data points.