Skip to main content

Section 11.6 Glossary

regression
A method for estimating coefficients that fit a model to data.
response variables
The variables a regression model tries to predict, also known as dependent variables.
explanatory variables
The variables a model uses to predict the response variables, also known as independent variables.
simple regression
A regression with one response variable and one explanatory variable.
multiple regression
A regression with multiple explanatory variables, but only one response variable.
coefficients
In a regression model, the coefficients are the intercept and the estimated slopes for the explanatory variables.
categorical variable
A variable that can have one of a discrete set of values, usually not numerical.
control variable
A variable included in a regression to separate the direct effect of an explanatory variable from an indirect effect.
generalized linear models
A set of regression models based on different mathematical relationships between the explanatory and response variables.
logistic regression
A generalized linear model used when the response variable has only two possible values.