Simple linear regression is a statistical method that allows us to summarize and study relationships between two continuous (quantitative) variables:
- One variable, denoted x, is regarded as the predictor, explanatory, or independent variable.
- The other variable, denoted y, is regarded as the response, outcome, or dependent variable.
Simple linear regression helps make predictions and understand relationships between one independent variable and one dependent variable.
For example, you might want to know how a tree’s girth (independent variable) affects its volume (dependent variable).By collecting data and fitting a simple linear regression model, you could predict this relationship, and understand how changes in girth affect the volume of a tree.