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 is similar to correlation in that both methods are used to study the relationship between two continuous variables.
The difference is that correlation measures the strength of the linear relationship between two variables, whereas simple linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data.