Questions: Introduction to Multiple Linear Regression

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In a simple regression, number of books in the home positively predicts vocabulary scores (slope = 2.3). When family income is added to the model, the slope for books drops to 0.4. The most likely explanation is:

AThe data was entered incorrectly — adding income shouldn't change the books coefficient
BFamily income is a confounder: wealthier families both have more books and higher-vocabulary children, so the books slope was partly capturing income's effect
CMulticollinearity has made the books coefficient biased toward zero
DIncome should not have been added since it isn't directly related to vocabulary
Question 2 Multiple Choice

A multiple regression model achieves R² = 0.92 with 15 predictors on only 20 observations. A statistician flags this as problematic. Why?

AR² above 0.9 always indicates multicollinearity
BWith 20 observations and 15 predictors, the model is almost certainly overfitting — fitting noise in the data rather than real signal
C15 predictors is simply too many to interpret, regardless of sample size
DHigh R² in multiple regression always signals a spurious causal relationship
Question 3 True / False

A predictor with a non-significant p-value in multiple regression has no real relationship with the outcome variable.

TTrue
FFalse
Question 4 True / False

The partial slope β₁ in multiple regression tells you the expected change in Y for a one-unit increase in X₁, holding all other predictors in the model constant.

TTrue
FFalse
Question 5 Short Answer

Why can a predictor's slope in multiple regression differ substantially from its slope in a simple regression with only that predictor?

Think about your answer, then reveal below.