Skip to main content\(\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
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.