By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Multiple Regression is a statistical technique that uses several explanatory variables to predict the outcome of a response variable. This topic appears in exams to test your ability to interpret model coefficients, understand the significance of Adjusted R², and diagnose multicollinearity.
This topic is frequently tested in statistics, econometrics, and data science exams. It typically carries significant marks (10-20%) and tests your analytical and interpretive skills. Understanding multiple regression is crucial for roles in data analysis, economics, and business analytics.
In multiple regression, the model is expressed as: [ Y = \beta_0 + \beta_1X_1 + \beta_2X_2 + \ldots + \beta_nX_n + \epsilon ] Where: - ( Y ) is the response variable.- ( \beta_0 ) is the intercept.- ( \beta_1, \beta_2, \ldots, \beta_n ) are the coefficients.- ( X_1, X_2, \ldots, X_n ) are the predictor variables.- ( \epsilon ) is the error term.
Think of multiple regression as a plane in a multi-dimensional space, where each predictor variable adds a new dimension.
Intermediate
Question: Given the multiple regression model ( Y = 5 + 2X_1 + 3X_2 ), interpret the coefficient of ( X_1 ).Step-by-Step: 1. Identify the coefficient of ( X_1 ), which is 2.2. Interpret: A one-unit increase in ( X_1 ) results in a 2-unit increase in ( Y ), holding ( X_2 ) constant.Answer: The coefficient of ( X_1 ) is 2, indicating a 2-unit increase in ( Y ) for a one-unit increase in ( X_1 ), holding ( X_2 ) constant.
Question: Calculate the Adjusted R² for a model with ( R² = 0.8 ), ( n = 50 ), and ( k = 3 ).Step-by-Step: 1. Use the formula: [ \text{Adjusted R²} = 1 - \left( \frac{(1 - 0.8)(50 - 1)}{50 - 3 - 1} \right) ] 2. Simplify: [ \text{Adjusted R²} = 1 - \left( \frac{0.2 \times 49}{46} \right) ] 3. Calculate: [ \text{Adjusted R²} = 1 - \left( \frac{9.8}{46} \right) = 1 - 0.213 = 0.787 ] Answer: The Adjusted R² is 0.787.
Question: Given the VIF values for three predictors ( X_1, X_2, X_3 ) as 12, 8, and 5 respectively, identify the presence of multicollinearity.Step-by-Step: 1. Check each VIF value against the threshold of 10.2. ( X_1 ) has a VIF of 12, indicating high multicollinearity.3. ( X_2 ) and ( X_3 ) have VIF values below 10, indicating acceptable levels of multicollinearity.Answer: There is high multicollinearity present, specifically with ( X_1 ).
Question: In a multiple regression model, a coefficient of 4 for ( X_1 ) indicates: Options: A) A 4-unit increase in ( Y ) for a one-unit increase in ( X_1 ).B) A 4-unit increase in ( Y ) for a one-unit increase in ( X_1 ), holding other variables constant.C) A 4-unit increase in ( X_1 ) for a one-unit increase in ( Y ).D) A 4-unit increase in ( Y ) for a one-unit increase in ( X_1 ), ignoring other variables.Correct Answer: B Explanation: The coefficient represents the change in ( Y ) for a one-unit change in ( X_1 ), holding other variables constant.Why the Distractors Are Tempting: - A: Ignores the holding other variables constant part.- C: Confuses the direction of the relationship.- D: Ignores the holding other variables constant part.
Question: Calculate the Adjusted R² for a model with ( R² = 0.7 ), ( n = 30 ), and ( k = 2 ).Options: A) 0.67 B) 0.68 C) 0.69 D) 0.70 Correct Answer: A Explanation: [ \text{Adjusted R²} = 1 - \left( \frac{(1 - 0.7)(30 - 1)}{30 - 2 - 1} \right) = 1 - \left( \frac{0.3 \times 29}{27} \right) = 1 - 0.326 = 0.674 ] Why the Distractors Are Tempting: - B, C, D: Close numerical values that can confuse without precise calculation.
Question: Which of the following VIF values indicates high multicollinearity? Options: A) 5 B) 8 C) 12 D) 15 Correct Answer: C, D Explanation: VIF values greater than 10 indicate high multicollinearity.Why the Distractors Are Tempting: - A, B: Values below the threshold that might seem high but are not.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.