All questions
Question 1
An analyst at a large corporation models employee Salary using Years of Experience and Number of Management Levels Risen. Both variables are considered important drivers of salary. The fitted regression equation is:
Salary = $55,000 + $3,000 × Experience - $1,500 × Management Levels
The analyst is surprised by the negative coefficient for Management Levels, as rising through management levels should increase salary.
Assuming no data entry errors, what is the most likely statistical explanation for this counter-intuitive result?
- The relationship between
Management Levels and Salary is non-linear, and the linear model is misspecified. Years of Experience and Number of Management Levels Risen are highly positively correlated, causing a sign reversal for one coefficient in the model. (correct answer)- The sample size was too small to accurately estimate the true relationship between
Management Levels and Salary. - After a certain point, rising to higher management levels has a genuinely negative impact on salary due to increased stress and liability.
Explanation: When two predictors are highly positively correlated (as Experience and Management Levels Risen likely are), their estimated coefficients can become unstable. The model struggles to attribute the shared effect on Salary. It might over-attribute the positive effect to Experience and then assign a negative coefficient to Management Levels to 'correct' for the overlap. This sign reversal is a common pitfall of multicollinearity.
Question 2
A financial analyst creates a model to predict stock returns using market capitalization, trading volume, and dollar volume (trading volume × stock price). After running the regression, the condition number is 847, and two of the three predictors have very large standard errors. The analyst notices that dollar volume and trading volume have a correlation of 0.94. Which approach would be most appropriate for addressing the interpretation challenges in this model?
- Increase the sample size significantly to reduce standard errors and improve the precision of all coefficient estimates in the current model specification
- Apply ridge regression or other regularization techniques to shrink the coefficients while maintaining all three original predictors in the model
- Remove dollar volume from the model since it's a mathematical transformation of trading volume and creates perfect conceptual redundancy (correct answer)
- Transform all variables using logarithms to reduce the condition number and eliminate the multicollinearity between the volume measures
Explanation: Dollar volume is directly calculated from trading volume × stock price, creating severe multicollinearity (r = 0.94) and conceptual redundancy. The condition number of 847 confirms severe multicollinearity (values > 30 indicate problems). Removing the derived variable (dollar volume) eliminates the redundancy while preserving meaningful predictors. Choice A won't solve multicollinearity - it's a structural problem, not a sample size issue. Choice B (regularization) helps with prediction but doesn't solve interpretation problems. Choice D (log transformation) won't eliminate multicollinearity between variables that are mathematically related.
Question 3
A healthcare researcher models patient recovery time using treatment intensity, hospital quality rating, and physician experience. The design matrix has a condition index of 23.4, and the variance decomposition shows that 89% of the variance in the treatment intensity coefficient comes from the dimension with the highest condition index. The treatment coefficient has an unexpectedly large standard error despite being theoretically important. What does the variance decomposition analysis specifically indicate about this coefficient?
- Treatment intensity is the primary source of multicollinearity and should be removed to improve overall model stability and interpretation
- The variance decomposition confirms that treatment intensity is measured with high precision relative to the other predictors in the model
- Treatment intensity has the strongest individual effect but requires a larger sample size to achieve statistical significance in this model
- The treatment intensity coefficient is highly unstable due to near-linear dependence with other predictors in the problematic dimension (correct answer)
Explanation: When you encounter variance decomposition analysis in regression diagnostics, you're dealing with a sophisticated tool that identifies which predictors are causing multicollinearity problems and how severely each coefficient is affected.
The condition index of 23.4 indicates moderate to strong multicollinearity (values above 15-20 suggest concern). More importantly, the variance decomposition reveals that 89% of the treatment intensity coefficient's variance comes from the dimension with the highest condition index. This means the coefficient's estimation is almost entirely dependent on the most problematic linear combination of predictors, making it extremely unstable. Small changes in the data could dramatically alter this coefficient's value and standard error.
Option A incorrectly suggests removing treatment intensity, but the variable isn't necessarily the "source" of multicollinearity—it's the victim of it. The problem lies in the linear relationships among all predictors. Option B completely misinterprets the results, as high variance percentage indicates low precision, not high precision. Option C focuses on sample size and statistical significance, missing the core issue of coefficient instability due to multicollinearity.
Option D correctly identifies that the treatment coefficient suffers from instability because it's caught in a near-linear dependence with other predictors in the problematic dimension.
Remember: variance decomposition percentages above 50% for any coefficient indicate serious instability. The higher the percentage from a high condition index dimension, the more unreliable that coefficient becomes, regardless of its theoretical importance.
Question 4
A retail company wants to understand factors affecting store profitability. They collect data from 200 stores and measure: total sales revenue, number of employees, store square footage, and inventory turnover rate. Initial analysis shows strong positive correlations between all variables and profitability when examined individually.
After running the multiple regression, the analyst finds that the coefficient for number of employees is negative and significant (p < 0.01), contradicting the positive simple correlation with profitability. The VIF for employees is 6.8, while other VIFs are below 3.0. Store square footage remains positively significant in the multiple regression. What is the most plausible interpretation of the negative employee coefficient?
- Larger stores require more employees but generate proportionally less additional profit per employee, revealing diminishing returns to labor (correct answer)
- The negative coefficient is spurious due to multicollinearity and should not be interpreted as a meaningful relationship with profitability
- Stores with more employees are actually less efficient, and the simple correlation was misleading due to confounding by store size
- The model specification is incorrect and employees should be measured as a ratio to store size rather than absolute numbers
Explanation: The key insight is that employees correlates with store size (VIF = 6.8), but when controlling for square footage in multiple regression, the employee coefficient becomes negative. This suggests that while bigger stores need more employees AND are more profitable, adding employees beyond what's needed for the store size actually reduces profitability - a diminishing returns effect. Choice B incorrectly dismisses a significant finding due to moderate multicollinearity. Choice C misses that the relationship is conditional on store size. Choice D suggests a specification change but doesn't explain the current results.
Question 5
A sports analyst predicts team wins using payroll, average player age, and years of coach experience. The regression produces these standardized coefficients: payroll (β = 0.45, SE = 0.12), age (β = -0.23, SE = 0.31), coach experience (β = 0.18, SE = 0.28). The correlation between payroll and coach experience is 0.79. When the analyst removes coach experience from the model, the payroll coefficient becomes β = 0.52 with SE = 0.08. What does this comparison reveal about the original model?
- Coach experience was acting as a mediator variable, partially explaining how payroll influences team wins through coaching quality
- The original model correctly partitioned the shared effect of payroll and coach experience, showing their independent contributions
- Removing coach experience introduced omitted variable bias that artificially inflated the apparent effect of payroll on team wins
- The multicollinearity between payroll and coach experience was suppressing the true effect size of payroll in the full model (correct answer)
Explanation: When you encounter regression problems involving high correlations between predictors and changing coefficients, you're dealing with multicollinearity effects. The key clue here is the strong correlation (0.79) between payroll and coach experience, combined with how the payroll coefficient changes when coach experience is removed.
The correct answer is D because this scenario demonstrates classic multicollinearity suppression. In the original model, payroll's coefficient (β = 0.45, SE = 0.12) is actually being suppressed by the presence of the highly correlated coach experience variable. When coach experience is removed, payroll's coefficient jumps to 0.52 with a smaller standard error (0.08), revealing its true effect size. The multicollinearity was masking payroll's full impact.
Option A is wrong because mediation would show coach experience as an intermediate step in the causal chain, but the correlation pattern and coefficient changes don't support this interpretation. Option B incorrectly assumes the original model properly separated effects—if this were true, removing coach experience wouldn't dramatically change payroll's coefficient. Option C misidentifies the direction of bias; omitted variable bias would be a concern if coach experience were truly important and correlated with the outcome, but here the issue is suppression in the original model, not inflation in the reduced model.
Watch for multicollinearity whenever you see high correlations between predictors (typically above 0.7) combined with unstable coefficients when variables are added or removed. The suppression effect often makes important predictors appear weaker than they actually are.
Question 6
In a regression model predicting Job Satisfaction, an analyst finds that the p-value for the predictor Commute Time is 0.48. A junior analyst suggests immediately removing Commute Time from the model to improve it.
Why might this be the wrong course of action without further investigation?
- A high p-value indicates that
Commute Time is the most influential variable and should be kept. - Removing a variable, regardless of its p-value, will always decrease the model's R-squared and predictive power.
- The p-value is only relevant for the overall model F-test, not for individual coefficients.
Commute Time may be an important predictor whose effect is being masked by multicollinearity with another variable in the model. (correct answer)
Explanation: When evaluating regression models, a high p-value for a coefficient doesn't automatically mean that variable should be removed. You need to investigate potential underlying issues that could be masking the variable's true relationship with the outcome.
D is correct because multicollinearity can severely distort individual coefficient p-values. When Commute Time is highly correlated with another predictor (like Distance from Office), the regression model struggles to separate their individual effects. This inflates standard errors and drives up p-values, even for genuinely important predictors. The variable might show strong correlation with job satisfaction in isolation but appear insignificant when its correlated partner "steals" explanatory power in the multiple regression.
A misinterprets p-values entirely — high p-values indicate weak evidence of a relationship, not strong influence. B contains a fundamental error: removing variables can actually increase R-squared in some cases, and more importantly, removing irrelevant variables often improves predictive power by reducing overfitting. C is factually wrong — p-values are calculated for individual coefficients and are absolutely relevant for assessing each predictor's significance.
Before removing any variable, check variance inflation factors (VIF) to detect multicollinearity, examine correlation matrices between predictors, and consider the variable's theoretical importance. A variable that makes logical sense as a predictor deserves investigation beyond just its p-value.
Study tip: When you see high p-values in regression questions, always consider multicollinearity as a potential culprit before concluding the variable is unimportant. Check diagnostics first, remove later.
Question 7
An analyst runs a regression predicting quarterly sales revenue using advertising spend, number of sales staff, and marketing budget. The VIF (Variance Inflation Factor) values are: advertising spend (VIF = 2.3), sales staff (VIF = 1.8), and marketing budget (VIF = 8.7). The coefficient for marketing budget has a large standard error and is not significant at α = 0.05, while the other coefficients are significant. What should the analyst conclude about the interpretation challenges in this model?
- All coefficients can be interpreted reliably since the average VIF across predictors is within acceptable limits for most regression applications
- The marketing budget coefficient is unreliable due to multicollinearity, but advertising spend and sales staff coefficients can be interpreted with confidence (correct answer)
- The entire model should be rejected because any VIF above 5.0 indicates that all coefficient estimates are severely biased and untrustworthy
- Only the sales staff coefficient can be interpreted reliably since it has the lowest VIF and strongest statistical significance in the model
Explanation: VIF > 5 (and especially > 10) typically indicates problematic multicollinearity for that specific variable. Marketing budget's VIF of 8.7 suggests it's highly collinear with other predictors, making its coefficient unreliable. However, advertising spend (VIF = 2.3) and sales staff (VIF = 1.8) have acceptable VIF values, so their coefficients can be interpreted reliably. Choice A incorrectly focuses on average VIF rather than individual values. Choice C is too extreme - multicollinearity affects individual variables differently. Choice D unnecessarily restricts interpretation to only one variable when two have acceptable VIF values.
Question 8
A marketing team develops a multiple regression model to predict Monthly Sales (in thousands of dollars) based on Ad Spend, Website Traffic, and Social Media Engagement. The model has a high R-squared of 0.85 and a highly significant F-statistic (p < 0.001). However, the individual p-values for the coefficients of Ad Spend and Website Traffic are 0.32 and 0.45, respectively.
Based on this information, which conclusion is the most statistically sound?
- The model suffers from omitted variable bias, which is why the individual coefficients are not significant.
- The overall model is not useful for prediction because two of the three predictors are not statistically significant.
- High correlation between
Ad Spend and Website Traffic is likely inflating the standard errors of their coefficients, masking their individual significance. (correct answer) Ad Spend and Website Traffic do not have a meaningful relationship with Monthly Sales, as indicated by their high p-values.
Explanation: The combination of a high R-squared, a significant overall F-test, and insignificant individual t-tests (high p-values) for some predictors is a classic symptom of multicollinearity. This occurs when independent variables are highly correlated, making it difficult to disentangle their individual effects and leading to inflated standard errors and insignificant p-values, even if the variables are truly related to the dependent variable.
Question 9
A financial analyst models a company's quarterly revenue using several economic indicators as predictors. After running the model, the Variance Inflation Factors (VIFs) for the predictors are calculated.
The VIFs are: GDP Growth (1.9), Consumer Price Index (8.7), Producer Price Index (9.2), and M2 Money Supply (2.1). Which interpretation is most appropriate given this output?
- The model is invalid for forecasting because the VIFs for
Consumer Price Index and Producer Price Index are high. - The standard errors for the coefficients of
Consumer Price Index and Producer Price Index are likely inflated, making their individual effects difficult to interpret. (correct answer) GDP Growth and M2 Money Supply are the most important predictors of revenue because their VIFs are low.- The model should be re-run after removing all variables with a VIF greater than 5 to ensure unbiased coefficient estimates.
Explanation: VIF measures how much the variance of an estimated regression coefficient is increased because of collinearity. A common rule of thumb is that VIFs above 5 or 10 indicate problematic multicollinearity. The high VIFs for Consumer Price Index and Producer Price Index (which are conceptually related) suggest their coefficients' standard errors are inflated, making inferences about their unique contributions to revenue unreliable. Multicollinearity does not bias coefficients or necessarily invalidate the model for prediction.
Question 10
A data scientist builds a complex regression model with many inter-correlated predictors to forecast customer churn. The model exhibits signs of severe multicollinearity. However, when tested on a holdout dataset, its predictive accuracy is very high. Which statement correctly assesses the model's utility?
- The model is flawed and should be discarded because the presence of multicollinearity invalidates the regression assumptions.
- The model is useful for prediction, but it should not be used to explain the individual impact of each predictor on churn. (correct answer)
- The high predictive accuracy must be a statistical anomaly, as multicollinearity always degrades forecasting performance.
- The model is only valid if the collinear predictors are removed and the model is re-estimated to get stable coefficients.
Explanation: This question tests the important distinction between explanation and prediction. Multicollinearity primarily undermines the goal of explanation (or inference) by making individual coefficient estimates unreliable. However, as long as the correlation structure among the predictors remains stable in the future, the model can still generate accurate predictions. The combined effect of the collinear variables is captured correctly, even if their individual effects are not.
Question 11
An analyst regresses a company's Stock Return on Revenue Growth and Profit Margin. A senior manager is concerned about multicollinearity. The analyst reports that the correlation between Revenue Growth and Profit Margin is only 0.20, and the VIF for both variables is 1.04. The manager insists the model is still flawed. What potential pitfall is the manager likely considering?
- The low pairwise correlation and VIFs confirm that multicollinearity is not an issue, and the manager is mistaken.
- The manager is incorrectly confusing heteroscedasticity with multicollinearity, as the symptoms can sometimes appear similar.
- The model might have higher-order multicollinearity that is not detected by pairwise correlations or VIFs.
- The model may suffer from omitted variable bias if a key predictor, which is correlated with the included variables, has been left out. (correct answer)
Explanation: When you encounter multicollinearity questions, remember that detecting correlation issues requires looking beyond just the included variables. The real concern often lies in what's missing from the model.
The manager is likely worried about omitted variable bias, which occurs when you leave out an important predictor that correlates with your included variables. Even though Revenue Growth and Profit Margin show low correlation (0.20) and healthy VIFs (1.04), there could be a missing variable—say, Market Conditions or Industry Growth—that influences both predictors and the dependent variable (Stock Return). This omitted variable would bias the coefficients of the included variables, making your results unreliable even though traditional multicollinearity diagnostics look fine.
Looking at the wrong answers: A) incorrectly assumes that low pairwise correlations and VIFs guarantee no multicollinearity issues, ignoring the omitted variable problem. B) confuses two entirely different regression problems—heteroscedasticity (non-constant variance) has nothing to do with variable correlations. C) suggests higher-order multicollinearity, but with only two predictors showing such low correlation and VIFs, complex multicollinearity patterns are highly unlikely.
The key insight is that multicollinearity diagnostics only tell you about relationships among included variables. They can't detect when an important omitted variable creates spurious relationships or biases your estimates.
Study tip: Always ask "what's missing?" when evaluating regression models. Perfect diagnostics on included variables don't guarantee your model specification is correct—the most important variable might be the one you forgot to include.
Question 12
A market research firm is building a model to predict the sales of a luxury sedan. The initial list of independent variables includes engine displacement in cubic centimeters (cc) and engine displacement in liters. An analyst includes both variables in the regression. What is the most immediate and certain outcome of this action?
- The model will have a very high R-squared value, likely close to 1.0.
- The standard errors for the engine size variables will be extremely large, but the model will still produce estimates.
- The coefficients for both engine size variables will be significant but have opposite signs.
- The regression algorithm will fail to compute the coefficients due to perfect multicollinearity. (correct answer)
Explanation: When you encounter regression variables that are mathematically related to each other, you need to recognize the threat of multicollinearity. Engine displacement in cubic centimeters and liters represent the exact same measurement - they're perfectly correlated since 1 liter equals 1,000 cubic centimeters. This creates what's called perfect multicollinearity.
Perfect multicollinearity occurs when one independent variable can be expressed as an exact linear combination of another. In this case, if engine displacement in liters is X, then engine displacement in cc is exactly 1000X. This mathematical relationship makes it impossible for the regression algorithm to determine unique coefficients for both variables, since infinitely many coefficient combinations could produce the same results.
Answer D is correct because most statistical software will detect this perfect linear dependence and either automatically drop one variable or return an error message stating that coefficients cannot be computed.
Answer A is wrong because high R-squared values result from strong relationships between independent and dependent variables, not from multicollinearity between independent variables. Answer B incorrectly suggests the model would still run - while high (but not perfect) multicollinearity does inflate standard errors, perfect multicollinearity prevents coefficient calculation entirely. Answer C misunderstands the issue - the problem isn't that coefficients would have opposite signs, but that no unique coefficients can be determined at all.
Study tip: Always scan your variable list for perfect relationships before running regression. Common examples include using both raw values and percentages of the same measure, or different units of identical measurements like this engine displacement scenario.
Question 13
Which of the following statements provides the most accurate description of how severe multicollinearity affects a multiple regression model's key statistics?
- It can coexist with a high R-squared value and a significant overall F-statistic. (correct answer)
- It reduces the R-squared value and makes the overall F-statistic non-significant.
- It biases the coefficient estimates, causing them to be systematically different from the true population values.
- It violates the normality of residuals assumption, which is critical for valid statistical inference.
Explanation: When you encounter questions about multicollinearity in regression analysis, focus on understanding what this condition actually affects versus what it doesn't. Multicollinearity occurs when predictor variables are highly correlated with each other, creating specific problems while leaving other aspects of the model intact.
The counterintuitive truth about severe multicollinearity is captured in answer A: it can indeed coexist with a high R-squared and significant F-statistic. This happens because multicollinearity doesn't reduce the model's overall predictive power—the variables together still explain variation in the dependent variable effectively. The F-test examines whether the model as a whole is significant, which multicollinearity doesn't undermine.
Answer B incorrectly suggests multicollinearity reduces R-squared and F-statistic significance. Actually, multicollinearity often accompanies high R-squared values since correlated predictors can collectively explain substantial variance.
Answer C mischaracterizes the bias issue. Multicollinearity doesn't systematically bias coefficients in one direction—instead, it inflates their standard errors, making individual coefficients unreliable and difficult to interpret, but not necessarily biased.
Answer D confuses multicollinearity with other regression assumption violations. Multicollinearity doesn't affect residual normality—it's specifically about relationships between predictor variables, not the error term distribution.
Study tip: Remember that multicollinearity is a "precision problem," not a "prediction problem." The model can still predict well overall (high R-squared, significant F-test), but you lose precision in estimating individual coefficient effects due to inflated standard errors.
Question 14
An analyst's regression model for Sales includes Ad Spend and Website Visits. The two predictors are highly correlated. The analyst reports the coefficient for Website Visits as follows: "Holding advertising spending constant, each additional 1,000 website visits is associated with an increase of $500 in sales."
Why is this interpretation, while technically correct, potentially misleading for business decision-making?
- The high correlation between the predictors makes the scenario of 'holding one constant while changing the other' unrealistic in practice. (correct answer)
- The interpretation incorrectly implies causation between website visits and sales.
- The reported sales increase of $500 is likely biased downwards due to the multicollinearity.
- The statement is not misleading; it is the standard and most useful way to interpret a regression coefficient.
Explanation: When you encounter regression interpretation questions involving correlated predictors, focus on the practical reality behind the mathematical statement. This question tests your understanding of multicollinearity's impact on coefficient interpretation.
The correct answer is A because when predictors are highly correlated, the "ceteris paribus" (holding other variables constant) assumption becomes practically meaningless. If Ad Spend and Website Visits move together in the real world, you can't realistically increase website visits by 1,000 while keeping advertising spending exactly the same. The coefficient reflects a hypothetical scenario that doesn't match business reality, making it misleading for decision-making even though it's mathematically correct.
Looking at the wrong answers: B is incorrect because the analyst doesn't claim causation—they use "associated with," which is appropriate correlation language. C misunderstands multicollinearity's effect; while multicollinearity can make coefficients unstable, it doesn't systematically bias them downward, and we have no information suggesting the $500 figure is specifically biased. D is wrong because while this interpretation follows standard regression conventions, it becomes misleading when predictors are highly correlated, as the scenario described becomes unrealistic.
Study tip: When evaluating regression interpretations, always ask yourself: "Could this scenario actually happen in practice?" Highly correlated predictors often move together, making the standard "holding other variables constant" interpretation less useful for real-world decision-making, even when it's technically correct.
Question 15
When severe multicollinearity is present in a multiple regression model, what is its primary effect on the ordinary least squares (OLS) estimates of the coefficients for the collinear variables?
- It increases the variance of the coefficient estimates, making them unstable and less precise. (correct answer)
- It introduces significant bias, meaning the expected value of the coefficient estimate is not equal to the true population value.
- It causes the residuals of the model to become correlated with each other, violating the assumption of no autocorrelation.
- It violates the assumption of a linear relationship between the independent and dependent variables.
Explanation: When you encounter questions about multicollinearity in regression analysis, focus on understanding how correlation between independent variables affects the reliability of coefficient estimates, not their accuracy.
Severe multicollinearity occurs when independent variables are highly correlated with each other. This creates a fundamental problem: the regression model struggles to separate the individual effects of these correlated variables on the dependent variable. While OLS can still produce unbiased estimates, the standard errors of the coefficients become inflated, making the estimates highly unstable and imprecise. Small changes in the data can lead to dramatically different coefficient values, even though the estimates remain unbiased on average.
Option A correctly identifies this variance inflation as the primary effect—multicollinearity makes coefficient estimates unreliable and less precise without introducing bias.
Option B confuses precision with bias. Multicollinearity doesn't bias the estimates; the expected value still equals the true population parameter. The problem is the wide variance around that expected value.
Option C describes autocorrelation, which involves correlation between residuals across observations (often time-related). This is completely unrelated to multicollinearity, which concerns correlation between independent variables.
Option D misidentifies the issue entirely. Multicollinearity doesn't affect the linearity assumption between independent and dependent variables—it's about relationships among the independent variables themselves.
Remember: multicollinearity affects precision (variance), not accuracy (bias). Look for keywords like "unstable," "inflated standard errors," or "variance inflation" when identifying multicollinearity effects.
Question 16
An analyst wants to model a firm's Profitability. They build two different regression models.
- Model A uses
Market Share and Number of Employees as predictors. The VIF for Market Share is 8.2.
- Model B uses
Market Share and Firm Size Category (a categorical variable) as predictors. The VIF for Market Share is 1.5.
If the primary goal of the analysis is to accurately interpret the unique impact of a one-point increase in Market Share on Profitability, which statement is the most accurate?
- Model B is preferable because the lower VIF for
Market Share allows for a more reliable estimate of its coefficient. (correct answer) - Model A is preferable because it uses two continuous variables, which are more powerful in regression.
- Neither model can be used to interpret the effect of
Market Share because profitability is influenced by many other factors. - Both models are equally valid, and the choice depends on which model has a higher overall R-squared.
Explanation: When you encounter regression questions involving VIF (Variance Inflation Factor), you're dealing with multicollinearity issues. VIF measures how much the variance of a coefficient increases due to correlation with other predictors. A VIF above 5-10 typically indicates problematic multicollinearity.
The correct answer is A because VIF directly impacts the reliability of coefficient estimates. In Model A, the VIF of 8.2 for Market Share indicates high multicollinearity with Number of Employees, making the coefficient estimate unstable and unreliable. Model B's VIF of 1.5 shows minimal multicollinearity, allowing for a much more trustworthy estimate of Market Share's unique impact on Profitability.
B is incorrect because having continuous variables doesn't automatically make a model "more powerful" - what matters is how well you can isolate the effect of your variable of interest. High multicollinearity actually reduces the model's ability to identify unique effects, regardless of variable types.
C represents faulty reasoning. While profitability is indeed influenced by many factors, regression models are specifically designed to estimate the unique contribution of each included variable while controlling for others. The presence of unmeasured factors doesn't invalidate the analysis.
D misses the point entirely. R-squared measures overall model fit, but when your goal is interpreting a specific coefficient, you need that coefficient to be reliable. A higher R-squared with an unreliable coefficient estimate is useless for interpretation purposes.
Study tip: Always check VIF values when interpreting individual coefficients. Low VIF (under 5) = reliable coefficient estimates. High VIF = unreliable estimates, regardless of overall model performance.
Question 17
A marketing team builds a model to predict customer lifetime value using annual income, education level (years), and job prestige score. They discover that income and education have a correlation of 0.81, while income and prestige correlate at 0.77. When they remove education from the model, the R-squared drops from 0.74 to 0.69, but the income coefficient becomes significant and doubles in magnitude. What does this pattern most strongly suggest about the original three-variable model?
- Education was a suppressor variable that was masking the true relationship between income and customer lifetime value in the full model
- The multicollinearity between income and education was distributing their combined predictive power across both variables, diluting individual effects (correct answer)
- Removing education revealed omitted variable bias that was previously hidden by the inclusion of the correlated education variable
- The original model suffered from overfitting due to too many predictors, and the simpler model provides more reliable coefficient estimates
Explanation: The pattern described is classic multicollinearity behavior: when highly correlated predictors (r = 0.81) are both included, their shared predictive power gets distributed between them, making individual coefficients smaller and potentially non-significant. Removing one allows the remaining predictor to capture its full effect. Choice A describes suppressor variables, which is a different phenomenon. Choice C incorrectly describes omitted variable bias - removing a relevant variable typically introduces bias rather than revealing it. Choice D about overfitting doesn't explain the specific coefficient magnitude changes described.
Question 18
In a multiple regression analysis, an analyst detects severe multicollinearity between two independent variables that are both theoretically important for explaining the dependent variable. What is the most direct consequence of this issue on the statistical inference for the coefficients of these two variables?
- The point estimates of the coefficients will be biased, systematically underestimating their true effect.
- The t-statistics for the coefficients will be inflated, increasing the probability of a Type I error (false positive).
- The confidence intervals for the coefficients will be excessively narrow, giving a false sense of precision.
- The standard errors of the coefficients will be inflated, increasing the probability of a Type II error (false negative). (correct answer)
Explanation: The primary mathematical consequence of multicollinearity is the inflation of the standard errors of the affected coefficients. A larger standard error leads to a smaller t-statistic (t = coefficient / standard error). This makes it harder to reject the null hypothesis, even if a true relationship exists, thus increasing the risk of a Type II error (failing to detect a real effect).
Question 19
An economist is modeling national savings rates. The pairwise correlations between the three predictors (GDP per capita, Median Age, Urbanization Rate) are all below 0.4. However, the VIF for GDP per capita is 15.6.
What does this combination of low pairwise correlations and a high VIF value signify?
- A data processing error has occurred, as it is mathematically impossible to have a high VIF with low pairwise correlations.
GDP per capita has a very strong, non-linear relationship with the other predictors.- There is higher-order multicollinearity, where
GDP per capita is strongly predicted by a linear combination of Median Age and Urbanization Rate together. (correct answer) - The VIF for
GDP per capita is high because it is the variable most strongly correlated with the dependent variable, the savings rate.
Explanation: This scenario highlights a key limitation of only checking pairwise correlations. Multicollinearity can exist even when no single pair of predictors is highly correlated. Higher-order or complex multicollinearity occurs when one predictor can be well-explained by a combination of the other predictors. VIF is designed to detect this, as it is calculated by regressing one predictor on all other predictors. A high VIF indicates a strong linear relationship of this nature.
Question 20
A manager of a retail chain wants to determine how much to invest in In-Store Promotions versus Local Radio Ads to maximize sales. An analyst runs a regression of Sales on both spending variables. The model shows a high degree of multicollinearity between the two predictors, as promotional campaigns are often supported by radio ads.
What is the primary danger for the manager in using the individual coefficients from this model to make budget allocation decisions?
- The model's predictions for total sales will be inaccurate, making any budget decision unreliable.
- The coefficients for both spending variables will likely be negative, incorrectly suggesting that both forms of advertising reduce sales.
- The model cannot separate the individual effects of each advertising type, so attributing a specific sales impact to either one is misleading. (correct answer)
- The multicollinearity will cause the model's intercept to be biased, leading to a flawed baseline sales estimate.
Explanation: This question focuses on the practical business implications. The goal is to compare the effectiveness of two strategies (In-Store Promotions vs. Local Radio Ads). Multicollinearity makes the coefficients for these variables unreliable estimators of their individual effects. The model might assign a large positive effect to one and a small or even negative effect to the other, but these estimates are unstable and cannot be trusted to guide a decision about which one is 'better' or more cost-effective.