- Simple linear regression is a model used to measure the relationship between two quantitative variables (x and y).
- x = the predictor and independent variable
- y = the response and dependent variable
- With these variables, simple linear regression predicts the outcome, y, based on x
- It is titled “simple” because it only involves one independent variable