Linear model
A linear model is a straight-line equation that uses an explanatory variable x to predict a response variable y, written y-hat = a + bx.
A linear model summarizes a scatterplot with one straight line, so any you choose turns into a prediction. It is written , where (read y-hat) is the predicted response, is the y-intercept, and is the slope. For example, if predicts a plant's height in centimeters from weeks of growth, then at weeks the model gives centimeters. Fit a linear model only when the scatterplot and the residual plot show a linear form, since the equation will happily produce numbers for curved data too.
Where this comes up
More regression and correlation terms, or browse the full statistics glossary.