Simple Linear Regression is a statistical method that allows us to summarize and study relationships between two continuous variables:
- One variable (X) is considered to be the predictor, explanatory, or independent variable.
- The other variable (Y) is considered to be the response, outcome, or dependent variable.
This relationship is modeled using a straight line.