Chapter 11: Multiple Regression and Correlation Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

A set of practice flashcards defining key vocabulary and concepts for multiple regression, correlation, and model inference from Chapter 11.

Last updated 6:31 PM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Bivariate Model

A regression model containing a single explanatory variable and a single response variable, represented by the equation E(y)=α+βxE(y) = \alpha + \beta x.

2
New cards

Multiple Regression Model

A model that describes the relationship between a response variable yy and a collection of explanatory variables (x1,x2,,xkx_1, x_2, \dots, x_k).

3
New cards

Partial Regression Equation

An equation obtained by fixing all but one explanatory variable at particular levels to relate the mean of yy to the remaining predictor variable.

4
New cards

Simpson's Paradox

A phenomenon where the direction of a partial association between variables is opposite to the direction of the bivariate association between those same variables.

5
New cards

Partial Regression Coefficients

The parameters (β1,β2,,βk\beta_1, \beta_2, \dots, \beta_k) in a multiple regression model that describe the effect of an explanatory variable while controlling for the other variables in the model.

6
New cards

Least Squares Criterion

A method for finding a prediction equation that minimizes the sum of squared errors (SSESSE) between observed and predicted values.

7
New cards

SSE (Sum of Squared Errors)

Also called the residual sum of squares, it is calculated as SSE=(yy^)2SSE = \sum (y - \hat{y})^2 and summarizes the closeness of fit of the prediction equation to the data.

8
New cards

Scatterplot Matrix

A diagram that presents scatterplots for each pair of variables in a single display, where each pair is shown twice (once with each variable on the yy-axis).

9
New cards

Partial Regression Plot

A diagnostic plot that displays the relationship between a response variable and an explanatory variable after removing the linear effects of other predictors in the model.

10
New cards

Multiple Correlation (R)

The correlation between the observed values of yy and the predicted values y^\hat{y}, ranging from 00 to 11.

11
New cards

R-squared (R2R^2)

The coefficient of multiple determination, defined as TSSSSETSS\frac{TSS - SSE}{TSS}. It measures the proportion of the total variation in yy explained by all explanatory variables combined.

12
New cards

Total Sum of Squares (TSS)

The total variation of the yy-values about their sample mean, calculated as TSS=(yyˉ)2TSS = \sum (y - \bar{y})^2.

13
New cards

Multicollinearity

A condition where explanatory variables in a regression model are highly correlated with one another, making it difficult to assess the unique contribution of each variable.

14
New cards

Global Test of Independence

A significance test checking the null hypothesis H0:β1=β2==βk=0H_0: \beta_1 = \beta_2 = \dots = \beta_k = 0 to determine if any of the explanatory variables are related to the response variable.

15
New cards

F Distribution

A right-skewed sampling distribution used for global tests in regression, determined by degrees of freedom df1=kdf_1 = k and df2=n(k+1)df_2 = n - (k + 1).

16
New cards

MSE (Mean Square Error)

An estimate of the conditional variance of yy at fixed predictor values, calculated as MSE=SSEn(k+1)MSE = \frac{SSE}{n - (k + 1)}.

17
New cards

Interaction

A condition where the effect of one explanatory variable on the response variable changes as the level of another explanatory variable changes.

18
New cards

Cross-Product Terms

Artificial variables (e.g., x1x2x_1x_2) added to a multiple regression model to permit the modeling of statistical interaction between predictors.

19
New cards

Complete Model

In model comparison, the full regression model containing all predictors (including extra terms like interactions).

20
New cards

Reduced Model

A simpler version of a model nested within the complete model, containing only a subset of the predictors.

21
New cards

Partial Correlation

A measure of the strength of the association between a response variable and an explanatory variable while controlling for one or more other variables.

22
New cards

Standardized Regression Coefficient

Also known as beta weights, these represent the change in the mean of yy (in standard deviation units of yy) for a one-standard-deviation increase in a predictor, controlling for other variables.