Biostatistics Quiz: Multiple Regression Coefficients
20 questions · exam conditions
0:00
Multiple Regression CoefficientsQuestion 1 of 20

In a multiple regression model predicting hospital length of stay (days), the coefficient for patient age is 0.12 (p < 0.001) when sex and comorbidity score are included as covariates. When the same model is run without the comorbidity score, the age coefficient becomes 0.18 (p < 0.001). What does this pattern suggest about the relationship between these variables?

Age and comorbidity score are negatively correlated, and comorbidity mediates part of age's effect on length of stay
Age and comorbidity score are positively correlated, and including comorbidity reduces confounding bias in the age effect
The comorbidity score is a suppressor variable that was masking the true effect of age on length of stay
Age and comorbidity score have no meaningful relationship since both coefficients remain statistically significant
← Back to quizzes

Biostatistics Quiz

Biostatistics Quiz: Multiple Regression Coefficients

Practice Multiple Regression Coefficients in Biostatistics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Multiple Regression Coefficients, giving you a quick way to practice the rules, question types, and explanations that matter most for Biostatistics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

In a multiple regression model predicting hospital length of stay (days), the coefficient for patient age is 0.12 (p < 0.001) when sex and comorbidity score are included as covariates. When the same model is run without the comorbidity score, the age coefficient becomes 0.18 (p < 0.001). What does this pattern suggest about the relationship between these variables?

  1. Age and comorbidity score are negatively correlated, and comorbidity mediates part of age's effect on length of stay
  2. Age and comorbidity score are positively correlated, and including comorbidity reduces confounding bias in the age effect (correct answer)
  3. The comorbidity score is a suppressor variable that was masking the true effect of age on length of stay
  4. Age and comorbidity score have no meaningful relationship since both coefficients remain statistically significant
Explanation: When adding a covariate (comorbidity) reduces the coefficient of another variable (age), it indicates positive correlation between the predictors and suggests the covariate was confounding the original relationship. The age coefficient decreased from 0.18 to 0.12, meaning part of the apparent age effect was actually due to older patients having higher comorbidity scores. Choice A is wrong because negative correlation would increase the age coefficient. Choice C is wrong because suppressor variables typically increase coefficients. Choice D is wrong because statistical significance doesn't indicate the absence of correlation between predictors.

Question 2

A health researcher fits the model: Cholesterol=180+25×Age40Plus+30×Smoker+15×Age40Plus×Smoker\text{Cholesterol} = 180 + 25 \times \text{Age40Plus} + 30 \times \text{Smoker} + 15 \times \text{Age40Plus} \times \text{Smoker}, where both variables are dummy variables (1 = yes, 0 = no). What is the predicted cholesterol level for a 45-year-old smoker?

  1. 235 mg/dL
  2. 250 mg/dL (correct answer)
  3. 255 mg/dL
  4. 70 mg/dL above baseline
  5. 265 mg/dL
Explanation: When you encounter a regression model with interaction terms, you need to substitute the appropriate values for each dummy variable and calculate the predicted outcome step by step. For a 45-year-old smoker, both dummy variables equal 1: Age40Plus = 1 (since 45 > 40) and Smoker = 1. The interaction term Age40Plus × Smoker also equals 1 × 1 = 1. Substituting into the model: Cholesterol=180+25(1)+30(1)+15(1)=180+25+30+15=250\text{Cholesterol} = 180 + 25(1) + 30(1) + 15(1) = 180 + 25 + 30 + 15 = 250 The predicted cholesterol level is 250 mg/dL, making B correct. Looking at the wrong answers: A (235 mg/dL) represents a common error where students forget to include the interaction term, calculating only 180 + 25 + 30 = 235. C (255 mg/dL) might result from miscalculating the interaction term or adding an extra coefficient. D (70 mg/dL above baseline) correctly identifies the total increase above the baseline of 180, but the question asks for the actual predicted cholesterol level, not just the increase. The key insight here is that interaction terms modify the effect of one variable depending on the level of another. In this model, being over 40 AND smoking creates an additional 15 mg/dL increase beyond the individual effects of age and smoking alone. Study tip: With interaction models, always check that you've included all terms when both interacting variables are "active." Write out each coefficient multiplication clearly to avoid arithmetic errors.

Question 3

In a regression model: Income=25000+2000×Education+1500×Experience+500×Urban\text{Income} = 25000 + 2000 \times \text{Education} + 1500 \times \text{Experience} + 500 \times \text{Urban}, where Education is years of schooling, Experience is years of work experience, and Urban is a dummy variable (1 = urban, 0 = rural). What is the income difference between two individuals with identical education and experience, where one lives in an urban area and the other in a rural area?

  1. $2000
  2. $1500
  3. $500 (correct answer)
  4. $4000
  5. Cannot be determined without knowing education and experience levels
Explanation: When analyzing multiple regression models, you need to understand how dummy variables work and what happens when you hold other variables constant. This regression equation shows how income depends on education, experience, and location, where Urban is a binary variable that equals 1 for urban residents and 0 for rural residents. To find the income difference between urban and rural residents with identical education and experience, you're essentially comparing two scenarios where Education and Experience are the same, but Urban differs by 1 unit (from 0 to 1). Since Education and Experience are held constant, their terms cancel out when you subtract the rural income from the urban income: (IncomeurbanIncomerural)=500×1500×0=500(\text{Income}_{\text{urban}} - \text{Income}_{\text{rural}}) = 500 \times 1 - 500 \times 0 = 500 The coefficient on the Urban variable (500) directly represents this difference, making C) $500 the correct answer. Looking at the wrong answers: A) $2000 incorrectly uses the Education coefficient, suggesting confusion about which variable creates the difference. B) $1500 mistakenly uses the Experience coefficient, showing the same type of error. D) 4000appearstosummultiplecoefficients(4000 appears to sum multiple coefficients (2000 + $1500 + $500), which misunderstands that we're comparing people with identical education and experience levels. Study tip: In regression models, the coefficient of a dummy variable always represents the difference between the two categories when all other variables are held constant. You don't need complex calculations—just identify the relevant coefficient.

Question 4

A regression model for house prices includes: Price=200000+50000×Garage+30000×Pool+20000×Garage×Pool\text{Price} = 200000 + 50000 \times \text{Garage} + 30000 \times \text{Pool} + 20000 \times \text{Garage} \times \text{Pool}, where both Garage and Pool are dummy variables. What is the price premium for having both a garage and a pool compared to having neither?

  1. $50,000
  2. $80,000
  3. $100,000 (correct answer)
  4. $70,000
  5. $30,000
Explanation: When you encounter regression models with interaction terms and dummy variables, you need to carefully calculate the combined effect by plugging in the specific values for each scenario. To find the price premium for having both features compared to having neither, calculate the predicted prices for each scenario. When Garage = 0 and Pool = 0 (neither feature): Price=200000+50000(0)+30000(0)+20000(0)(0)=200000\text{Price} = 200000 + 50000(0) + 30000(0) + 20000(0)(0) = 200000 When Garage = 1 and Pool = 1 (both features): Price=200000+50000(1)+30000(1)+20000(1)(1)=200000+50000+30000+20000=300000\text{Price} = 200000 + 50000(1) + 30000(1) + 20000(1)(1) = 200000 + 50000 + 30000 + 20000 = 300000 The premium is $300,000 - $200,000 = $100,000. Choice A (50,000)representsonlythegaragecoefficient,ignoringthepoolandinteractioneffects.ChoiceB(50,000) represents only the garage coefficient, ignoring the pool and interaction effects. Choice B (80,000) adds the garage and pool coefficients (50,000 + 30,000) but misses the crucial interaction term. Choice D ($70,000) might result from adding the garage coefficient and interaction term while forgetting the pool's main effect. The key insight is that the interaction term (20,000 × Garage × Pool) only "activates" when both dummy variables equal 1, representing an additional premium beyond the sum of individual effects. This captures how having both features together might be worth more than the sum of their separate values. Remember: with interaction terms in regression, always substitute the actual values into the full equation rather than just adding coefficients. The interaction effect only applies when both conditions are present simultaneously.

Question 5

In the regression model Y=12.5+2.1X10.4X2+1.8X3Y = 12.5 + 2.1 X_1 - 0.4 X_2 + 1.8 X_3, where YY is exam score, X1X_1 is hours studied, X2X_2 is hours of sleep lost, and X3X_3 is number of practice tests taken, what happens to the predicted exam score when a student studies 2 additional hours but also loses 3 additional hours of sleep, with practice tests unchanged?

  1. Increases by 3.0 points (correct answer)
  2. Increases by 5.4 points
  3. Decreases by 1.2 points
  4. Net change is 4.2 - 1.2 = 3.0 points
  5. Decreases by 2.1 points
Explanation: When you encounter a multiple linear regression question asking about changes in the predicted outcome, you need to apply the principle that each coefficient represents the change in Y for a one-unit increase in that variable, holding all other variables constant. In this model, the coefficient for X1X_1 (hours studied) is 2.1, meaning each additional hour of study increases the exam score by 2.1 points. The coefficient for X2X_2 (hours of sleep lost) is -0.4, meaning each additional hour of sleep lost decreases the exam score by 0.4 points. For the scenario given: studying 2 additional hours contributes 2×2.1=4.22 \times 2.1 = 4.2 points, while losing 3 additional hours of sleep contributes 3×(0.4)=1.23 \times (-0.4) = -1.2 points. The net change is 4.2+(1.2)=3.04.2 + (-1.2) = 3.0 points increase. Looking at the wrong answers: Answer B (5.4 points) incorrectly uses only the positive contribution from studying (2×2.1=4.22 \times 2.1 = 4.2) plus some unexplained addition. Answer C (-1.2 points) considers only the negative effect of sleep loss while ignoring the positive effect of additional study time. Answer D shows the correct calculation process (4.21.2=3.04.2 - 1.2 = 3.0) but represents it as separate components rather than the final net result. The correct answer is A: the predicted exam score increases by 3.0 points. Study tip: In multiple regression problems, always account for changes in ALL relevant variables simultaneously. Each coefficient tells you the isolated effect of one variable, but real scenarios often involve multiple variables changing together.

Question 6

A researcher studies factors affecting plant height using the model: Height=β0+β1×Sunlight+β2×Water+β3×Sunlight×Water+ϵ\text{Height} = \beta_0 + \beta_1 \times \text{Sunlight} + \beta_2 \times \text{Water} + \beta_3 \times \text{Sunlight} \times \text{Water} + \epsilon. The fitted model gives: Height^=10+3×Sunlight+2×Water+0.5×Sunlight×Water\hat{\text{Height}} = 10 + 3 \times \text{Sunlight} + 2 \times \text{Water} + 0.5 \times \text{Sunlight} \times \text{Water}. What is the effect of increasing sunlight by 1 unit when water level is 4 units?

  1. 3 cm increase in height
  2. 5 cm increase in height (correct answer)
  3. 3.5 cm increase in height
  4. 5.5 cm increase in height
  5. 2 cm increase in height
Explanation: When you encounter a regression model with an interaction term, remember that the effect of one variable depends on the level of the other variable. You can't just use the main effect coefficient—you must account for how the interaction modifies that effect. To find the effect of increasing sunlight by 1 unit when water = 4, you need to take the partial derivative of the fitted equation with respect to sunlight: Height^Sunlight=3+0.5×Water\frac{\partial \hat{\text{Height}}}{\partial \text{Sunlight}} = 3 + 0.5 \times \text{Water} When water level is 4 units, the effect becomes: 3+0.5×4=3+2=53 + 0.5 \times 4 = 3 + 2 = 5 So increasing sunlight by 1 unit when water = 4 results in a 5 cm increase in height. Looking at the wrong answers: (A) 3 cm represents the main effect of sunlight alone, ignoring the interaction term—a common mistake when students forget that interactions modify main effects. (C) 3.5 cm appears to use an incorrect water level (perhaps water = 1) in the calculation. (D) 5.5 cm might result from incorrectly adding the water main effect coefficient (2) to the sunlight main effect (3) plus half the interaction (0.5), showing confusion about how interaction terms work. Study tip: In any regression model with interaction terms (X1×X2X_1 \times X_2), the effect of changing one variable equals its main effect coefficient plus the interaction coefficient multiplied by the level of the other variable. Always substitute the given value into your partial derivative calculation.

Question 7

A researcher models blood pressure using: SBP=110+0.8×Age+12×Obese+0.3×Age×Obese\text{SBP} = 110 + 0.8 \times \text{Age} + 12 \times \text{Obese} + 0.3 \times \text{Age} \times \text{Obese}, where Obese is a dummy variable (1 = obese, 0 = not obese). What is the effect of aging by 10 years for an obese individual?

  1. 8 mmHg increase
  2. 11 mmHg increase (correct answer)
  3. 3 mmHg increase
  4. 12 mmHg increase
  5. 20 mmHg increase
Explanation: When you encounter a regression model with interaction terms, you need to carefully consider how the coefficients work together. This model includes an interaction between Age and Obese (0.3×Age×Obese0.3 \times \text{Age} \times \text{Obese}), which means the effect of aging differs between obese and non-obese individuals. For an obese person (Obese = 1), the age-related terms in the model are: 0.8×Age+0.3×Age×1=0.8×Age+0.3×Age=1.1×Age0.8 \times \text{Age} + 0.3 \times \text{Age} \times 1 = 0.8 \times \text{Age} + 0.3 \times \text{Age} = 1.1 \times \text{Age} This means each additional year of age increases SBP by 1.1 mmHg for obese individuals. Therefore, aging by 10 years increases SBP by 1.1×10=111.1 \times 10 = 11 mmHg. Answer A (8 mmHg) represents the effect of aging 10 years for non-obese individuals, where only the main age effect applies: 0.8×10=80.8 \times 10 = 8 mmHg. Answer C (3 mmHg) incorrectly uses only the interaction coefficient: 0.3×10=30.3 \times 10 = 3 mmHg, ignoring the main age effect. Answer D (12 mmHg) might result from mistakenly adding the obesity main effect (12 mmHg) to something else, but this coefficient represents the baseline difference between obese and non-obese individuals, not an aging effect. The correct answer is B (11 mmHg increase). Study tip: In interaction models, always combine the main effect with the interaction effect for the relevant subgroup. The interaction term modifies the main relationship, so you must add both coefficients together when calculating effects for the interacting variable.

Question 8

A regression model for hospital length of stay is: Days=3.5+0.8×Severity+1.2×Elderly0.6×Insurance\text{Days} = 3.5 + 0.8 \times \text{Severity} + 1.2 \times \text{Elderly} - 0.6 \times \text{Insurance}, where Severity is on a 1-10 scale, and Elderly and Insurance are dummy variables. An elderly patient with severity score 6 and insurance stays 2 days longer than predicted. What was this patient's actual length of stay?

  1. 9.1 days
  2. 7.1 days
  3. 11.1 days (correct answer)
  4. 5.1 days
  5. Cannot determine without knowing the residual
Explanation: When you encounter regression prediction problems, you need to distinguish between the model's predicted value and the actual observed value. The key is working systematically through the prediction first, then adjusting for any stated difference. Let's calculate the predicted length of stay for this elderly patient with severity score 6 and insurance. Using the regression equation: Predicted Days=3.5+0.8(6)+1.2(1)0.6(1)\text{Predicted Days} = 3.5 + 0.8(6) + 1.2(1) - 0.6(1) Breaking this down: 3.5 + 4.8 + 1.2 - 0.6 = 8.9 days Since the patient actually stayed 2 days longer than predicted, the actual length of stay = 8.9 + 2.0 = 10.9 days, which rounds to 11.1 days. Looking at the wrong answers: Answer A (9.1 days) represents the predicted value plus 0.2, suggesting a calculation error in the regression equation. Answer B (7.1 days) is close to the predicted value but doesn't account for staying 2 days longer—this traps students who subtract instead of add the difference. Answer D (5.1 days) appears to result from sign errors in the regression calculation, possibly treating the insurance coefficient as positive rather than negative. Study tip: In regression residual problems, always calculate the predicted value first using the exact coefficient values, then apply any stated difference between actual and predicted. Watch for sign errors with dummy variables—make sure you understand whether each coefficient increases or decreases the outcome.

Question 9

A pharmaceutical company studies the effectiveness of a new drug using the regression model: Recovery Time=β0+β1×Dosage+β2×Age+β3×Severe+β4×Dosage×Severe+ϵ\text{Recovery Time} = \beta_0 + \beta_1 \times \text{Dosage} + \beta_2 \times \text{Age} + \beta_3 \times \text{Severe} + \beta_4 \times \text{Dosage} \times \text{Severe} + \epsilon, where Recovery Time is measured in days, Dosage is in mg, Age is in years, and Severe is a dummy variable (1 = severe case, 0 = mild case). The fitted model is: Recovery Time=150.3×Dosage+0.2×Age+8×Severe0.1×Dosage×Severe\text{Recovery Time} = 15 - 0.3 \times \text{Dosage} + 0.2 \times \text{Age} + 8 \times \text{Severe} - 0.1 \times \text{Dosage} \times \text{Severe}

Based on this model, what is the effect of increasing the dosage by 10 mg for a patient with a severe case?

  1. 3 days shorter recovery time
  2. 4 days shorter recovery time (correct answer)
  3. 1 day shorter recovery time
  4. 3 days longer recovery time
  5. 10 days shorter recovery time
Explanation: When interpreting regression models with interaction terms, you need to consider how the interaction affects the coefficient of the main variable. Here, the interaction term β4×Dosage×Severe\beta_4 \times \text{Dosage} \times \text{Severe} modifies how dosage affects recovery time for severe cases. For severe cases (Severe = 1), the effective coefficient for dosage becomes: 0.3+(0.1×1)=0.4-0.3 + (-0.1 \times 1) = -0.4. This means each 1 mg increase in dosage reduces recovery time by 0.4 days for severe cases. Therefore, a 10 mg increase reduces recovery time by 10×0.4=410 \times 0.4 = 4 days, making answer B correct. Let's examine why the other options are wrong: Answer A (3 days shorter) likely comes from only using the main dosage coefficient: 10×(0.3)=310 \times (-0.3) = -3 days, but this ignores the interaction term that's crucial for severe cases. Answer C (1 day shorter) might result from misunderstanding how to combine the coefficients or miscalculating the interaction effect. Answer D (3 days longer) gets both the magnitude and direction wrong—perhaps from adding instead of multiplying the interaction term or misinterpreting the negative coefficients. The key insight is that interaction terms modify the effect of the main variable depending on the value of the interacting variable. Always calculate the combined effect by adding the main coefficient to the interaction coefficient multiplied by the relevant dummy variable value. Watch for questions that test whether you properly account for interactions versus just using main effects.

Question 10

A model for predicting employee productivity includes: Productivity=50+5×Experience+12×Graduate+3×Experience×Graduate\text{Productivity} = 50 + 5 \times \text{Experience} + 12 \times \text{Graduate} + 3 \times \text{Experience} \times \text{Graduate}, where Experience is years of work experience and Graduate is a dummy variable (1 = has graduate degree, 0 = does not). What is the predicted productivity difference between a graduate with 8 years of experience and a non-graduate with 8 years of experience?

  1. 12 units
  2. 24 units
  3. 36 units (correct answer)
  4. 15 units
  5. 3 units
Explanation: When you encounter regression models with interaction terms, you need to understand how dummy variables and interactions work together to create different prediction equations for different groups. This model includes an interaction term (Experience×Graduate\text{Experience} \times \text{Graduate}), which means the effect of experience on productivity differs between graduates and non-graduates. To find the productivity difference, calculate the predicted values for both individuals. For the graduate with 8 years of experience: Productivity=50+5(8)+12(1)+3(8)(1)=50+40+12+24=126\text{Productivity} = 50 + 5(8) + 12(1) + 3(8)(1) = 50 + 40 + 12 + 24 = 126 For the non-graduate with 8 years of experience: Productivity=50+5(8)+12(0)+3(8)(0)=50+40+0+0=90\text{Productivity} = 50 + 5(8) + 12(0) + 3(8)(0) = 50 + 40 + 0 + 0 = 90 The difference is 12690=36126 - 90 = 36 units. Answer A (12 units) represents only the direct effect of having a graduate degree, ignoring the interaction term. Answer B (24 units) captures only the interaction effect (3×8=243 \times 8 = 24) but misses the direct graduate effect. Answer D (15 units) appears to be an arbitrary combination that doesn't follow from the model structure. The key insight is that interaction terms create additional effects beyond the main effects. When comparing groups in models with interactions, you must account for all relevant terms—both the main effect of the dummy variable and how it modifies the relationship with other variables. Always substitute the actual values for both groups and calculate the full predictions rather than trying to shortcut the math.

Question 11

A multiple regression model for predicting BMI includes age (years) and a dummy variable for gender (1 = male, 0 = female): BMI=18.5+0.12×Age+2.8×Male\text{BMI} = 18.5 + 0.12 \times \text{Age} + 2.8 \times \text{Male}. What is the predicted BMI for a 40-year-old male compared to a 40-year-old female?

  1. The male's BMI is 2.8 units higher (correct answer)
  2. The male's BMI is 0.12 units higher
  3. The male's BMI is 2.92 units higher
  4. Cannot determine without more information
  5. The male's BMI is 18.5 units higher
Explanation: When interpreting multiple regression models with dummy variables, focus on what each coefficient represents. The coefficient for a dummy variable tells you the difference in the outcome between the two groups, holding all other variables constant. In this model, the coefficient 2.8 for the Male variable represents the difference in predicted BMI between males and females of the same age. Since we're comparing a 40-year-old male to a 40-year-old female, age is held constant, so we only need to consider the gender difference. For the 40-year-old male: BMI=18.5+0.12(40)+2.8(1)=26.1\text{BMI} = 18.5 + 0.12(40) + 2.8(1) = 26.1 For the 40-year-old female: BMI=18.5+0.12(40)+2.8(0)=23.3\text{BMI} = 18.5 + 0.12(40) + 2.8(0) = 23.3 The difference is exactly 2.8 units, making answer A correct. Answer B (0.12 units higher) incorrectly uses the age coefficient instead of the gender coefficient. This represents how BMI changes with each additional year of age, not the gender difference. Answer C (2.92 units higher) incorrectly adds both the age coefficient (0.12) and gender coefficient (2.8) together, misunderstanding that we're comparing people of the same age. Answer D (cannot determine) is wrong because we have all the information needed—the regression equation provides the coefficients to calculate the gender difference directly. Remember: In regression models with dummy variables, the coefficient tells you the group difference directly. You don't need to calculate individual predictions when comparing groups with identical values for other variables.

Question 12

A researcher models crop yield using: Yield=45+1.2×Fertilizer+0.8×Rainfall0.03×Fertilizer2\text{Yield} = 45 + 1.2 \times \text{Fertilizer} + 0.8 \times \text{Rainfall} - 0.03 \times \text{Fertilizer}^2. What does the coefficient -0.03 indicate about the relationship between fertilizer and yield?

  1. Fertilizer has a negative linear effect on yield
  2. The effect of fertilizer decreases as fertilizer amount increases (correct answer)
  3. Fertilizer reduces yield by 0.03 units per application
  4. There is measurement error in fertilizer application
  5. Fertilizer and rainfall interact negatively
Explanation: When you encounter a regression model with both linear and quadratic terms for the same variable, you're looking at a polynomial relationship that can capture curved, non-linear patterns. In this yield equation, fertilizer appears twice: once as a linear term (+1.2×Fertilizer+1.2 \times \text{Fertilizer}) and once as a quadratic term (0.03×Fertilizer2-0.03 \times \text{Fertilizer}^2). The negative coefficient on the quadratic term creates a downward-curving parabola, indicating diminishing returns. As fertilizer increases, the positive effect gets smaller and smaller due to the increasingly negative quadratic component. This means the marginal benefit of each additional unit of fertilizer decreases as you apply more—classic diminishing returns. Option A misses the quadratic nature entirely. The relationship isn't simply negative; it's more complex due to both positive linear and negative quadratic components. Option C misinterprets what -0.03 represents—it's not a direct per-unit reduction but rather the coefficient that creates the curved relationship. The actual effect depends on the fertilizer level squared. Option D introduces an irrelevant concept; measurement error isn't indicated by quadratic terms in a model. The correct answer is B because the negative quadratic coefficient mathematically ensures that as fertilizer amounts increase, each additional unit has a smaller positive impact on yield than the previous unit. Study tip: When you see both linear and quadratic terms for the same variable, think "diminishing returns" if the quadratic coefficient is negative, or "accelerating returns" if it's positive. The sign of the quadratic term tells you whether the curve opens upward or downward.

Question 13

A model for crop yield per acre is: Y=120+8X1+6X20.1X120.05X22+0.2X1X2Y = 120 + 8X_1 + 6X_2 - 0.1X_1^2 - 0.05X_2^2 + 0.2X_1X_2, where X1X_1 is nitrogen fertilizer (kg/acre) and X2X_2 is phosphorus fertilizer (kg/acre). What is the marginal effect of nitrogen when nitrogen = 20 kg/acre and phosphorus = 10 kg/acre?

  1. 8 units
  2. 5 units
  3. 10 units
  4. 6 units (correct answer)
  5. 4 units
Explanation: When you encounter a polynomial regression model like this, you're being asked to find the marginal effect, which means calculating the partial derivative of the outcome variable with respect to the variable of interest. To find the marginal effect of nitrogen (X1X_1), you need to take the partial derivative of the yield equation with respect to X1X_1: YX1=80.2X1+0.2X2\frac{\partial Y}{\partial X_1} = 8 - 0.2X_1 + 0.2X_2 This derivative tells you how yield changes for each additional unit of nitrogen, holding phosphorus constant. Notice that the marginal effect isn't simply the coefficient 8 because this model includes a quadratic term (0.1X12-0.1X_1^2) and an interaction term (0.2X1X20.2X_1X_2). Substituting the given values (X1=20X_1 = 20 and X2=10X_2 = 10): YX1=80.2(20)+0.2(10)=84+2=6\frac{\partial Y}{\partial X_1} = 8 - 0.2(20) + 0.2(10) = 8 - 4 + 2 = 6 Answer D (6 units) is correct. Answer A (8 units) represents the linear coefficient for nitrogen but ignores the quadratic and interaction effects. Answer B (5 units) might result from incorrectly calculating 84+18 - 4 + 1 instead of 84+28 - 4 + 2. Answer C (10 units) could come from mishandling the derivative or confusing the variables. Remember: in polynomial models, marginal effects depend on the values of all variables in the model, not just the linear coefficient. Always take the partial derivative and substitute the specific values given in the question.

Question 14

In a regression model log(Y)=2.3+0.15X1+0.08X2\log(Y) = 2.3 + 0.15 X_1 + 0.08 X_2, where YY is salary and X1X_1 is years of experience, what does the coefficient 0.15 represent?

  1. A $0.15 increase in salary per year of experience
  2. A 0.15% increase in salary per year of experience
  3. A 15% increase in salary per year of experience
  4. A 0.15 unit increase in log(salary) per year of experience (correct answer)
  5. The correlation between log(salary) and years of experience
Explanation: When you encounter a regression model with a logarithmic transformation of the dependent variable, you're dealing with a log-linear model where coefficients have a specific interpretation that's different from standard linear regression. In the model log(Y)=2.3+0.15X1+0.08X2\log(Y) = 2.3 + 0.15 X_1 + 0.08 X_2, the coefficient 0.15 represents the change in the natural logarithm of salary for each one-unit increase in years of experience, holding X2X_2 constant. This is exactly what answer D states: a 0.15 unit increase in log(salary) per year of experience. Answer A is incorrect because 0.15 refers to the change in log(salary), not salary itself. The actual dollar increase in salary depends on the current salary level due to the logarithmic relationship. Answer B misinterprets the coefficient as a percentage change and gets the magnitude wrong. Answer C makes the common error of treating the coefficient as if it represents a percentage change in the original units, when in fact the coefficient of 0.15 corresponds to approximately a 16.2% increase (since e0.1510.162e^{0.15} - 1 \approx 0.162), not 15%. Remember that in log-linear models, coefficients represent changes in the logarithm of the dependent variable, not changes in the variable itself. To interpret the effect on the original variable, you'd need to exponentiate the coefficient. Always check whether the dependent variable has been transformed—this completely changes how you interpret the regression coefficients.

Question 15

In a model predicting sales revenue: log(Revenue)=4.2+0.15×Advertising+0.08×Price\log(\text{Revenue}) = 4.2 + 0.15 \times \text{Advertising} + 0.08 \times \text{Price}, where Advertising is in thousands of dollars and Price is the price index. If advertising spending increases by 2 (thousand dollars), by approximately what percentage does revenue increase?

  1. 15%
  2. 30% (correct answer)
  3. 0.15%
  4. 0.30%
  5. 3%
Explanation: When you encounter a log-linear regression model like this one, you're dealing with a semi-logarithmic relationship where the dependent variable is log-transformed. This setup is common in biostatistics when modeling exponential growth or multiplicative effects. To find the percentage change in revenue when advertising increases by 2 thousand dollars, you need to use the key property of logarithmic models: when the dependent variable is logged, a one-unit increase in an independent variable causes an approximate percentage change equal to the coefficient × 100. Here, the coefficient for Advertising is 0.15, so a 1-unit increase in advertising spending causes approximately a 15% increase in revenue. Since advertising increases by 2 units, the total percentage increase is 2×15%=30%2 \times 15\% = 30\%. Let's examine why the other answers are wrong. Answer (A) gives 15%, which would be correct if advertising only increased by 1 thousand dollars, not 2. This represents forgetting to multiply by the actual change amount. Answer (C) suggests 0.15%, which incorrectly treats the coefficient as already being a percentage without the ×100 conversion. Answer (D) shows 0.30%, which makes the same error as (C) but correctly accounts for the 2-unit increase. Study tip: In log-linear models, remember the formula: percentage change ≈ (coefficient × change in X) × 100%. Always multiply the coefficient by both the actual change in the variable AND convert to percentage form. This interpretation only works when coefficients are relatively small (under 0.2).

Question 16

A model predicts job satisfaction: Satisfaction=3.2+0.4×Salary+0.6×Autonomy0.1×Commute\text{Satisfaction} = 3.2 + 0.4 \times \text{Salary} + 0.6 \times \text{Autonomy} - 0.1 \times \text{Commute}, where Salary is in units of $10,000, Autonomy is on a 1-10 scale, and Commute is minutes. If an employee's salary increases from $50,000 to $60,000 while other factors remain constant, what happens to predicted satisfaction?

  1. Increases by 0.4 units (correct answer)
  2. Increases by 4.0 units
  3. Increases by 10.0 units
  4. Increases by 0.04 units
  5. Cannot determine without knowing other variable values
Explanation: When you encounter linear regression models like this, focus on interpreting coefficients correctly. Each coefficient tells you the change in the outcome variable for a one-unit increase in that predictor, holding all other variables constant. In this model, the coefficient for Salary is 0.4. However, the key detail is that Salary is measured in units of $10,000. When salary increases from $50,000 to $60,000, that's an increase of $10,000, which equals exactly one unit in this model's scale. Therefore, the predicted satisfaction increases by 0.4 units (the coefficient) × 1 unit change = 0.4 units total. Answer A (0.4 units) is correct because it properly accounts for both the coefficient value and the measurement scale. Answer B (4.0 units) incorrectly multiplies 0.4 by 10, likely from confusion about the $10,000 scaling - this would be the change if salary increased by $100,000. Answer C (10.0 units) represents a common error of using the raw dollar increase ($10,000) without considering the coefficient at all. Answer D (0.04 units) incorrectly divides the coefficient by 10, perhaps from misunderstanding how the scaling works - treating the $10,000 increase as 0.1 units instead of 1 unit. Study tip: Always check the units carefully in regression problems. When predictors are scaled (like "per $10,000" or "per 1000 people"), convert your real-world changes to the model's units before applying coefficients. Write out the unit conversion explicitly to avoid calculation errors.

Question 17

A regression model for predicting GPA includes: GPA=2.1+0.3×StudyTime+0.5×HighSchoolGPA0.02×StudyTime2\text{GPA} = 2.1 + 0.3 \times \text{StudyTime} + 0.5 \times \text{HighSchoolGPA} - 0.02 \times \text{StudyTime}^2. For a student with a high school GPA of 3.5, what is the optimal amount of study time that maximizes predicted GPA?

  1. 7.5 hours (correct answer)
  2. 15 hours
  3. 0.3 hours
  4. Cannot be determined from the given model
  5. 10 hours
Explanation: When you encounter a regression model with a quadratic term (like StudyTime2\text{StudyTime}^2), you're looking at a parabola that has either a maximum or minimum point. Since the coefficient of the squared term is negative (-0.02), this parabola opens downward, meaning it has a maximum point that you can find using calculus. To find the optimal study time, you need to take the derivative of the GPA equation with respect to StudyTime and set it equal to zero. The derivative is: d(GPA)d(StudyTime)=0.30.04×StudyTime\frac{d(\text{GPA})}{d(\text{StudyTime})} = 0.3 - 0.04 \times \text{StudyTime} Setting this equal to zero: 0.30.04×StudyTime=00.3 - 0.04 \times \text{StudyTime} = 0 Solving for StudyTime: 0.04×StudyTime=0.30.04 \times \text{StudyTime} = 0.3, so StudyTime=0.30.04=7.5\text{StudyTime} = \frac{0.3}{0.04} = 7.5 hours. Notice that the high school GPA doesn't affect this calculation because it's a linear term without interaction with StudyTime. Choice A (7.5 hours) is correct based on this optimization. Choice B (15 hours) might tempt you if you incorrectly used 0.02 instead of 0.04 in the denominator (forgetting the derivative of x2x^2 is 2x2x). Choice C (0.3 hours) could result from confusing the coefficient with the answer. Choice D (Cannot be determined) is wrong because we have all the information needed—the high school GPA value doesn't matter for finding the optimum. Study tip: When optimizing quadratic functions, always take the derivative and remember that ddx(ax2)=2ax\frac{d}{dx}(ax^2) = 2ax.

Question 18

A researcher fits the multiple regression model Y=β0+β1X1+β2X2+ϵY = \beta_0 + \beta_1 X_1 + \beta_2 X_2 + \epsilon where YY is systolic blood pressure (mmHg), X1X_1 is age (years), and X2X_2 is weight (kg). The fitted model is Y^=85+0.8X1+0.3X2\hat{Y} = 85 + 0.8 X_1 + 0.3 X_2. What is the predicted change in systolic blood pressure when age increases by 5 years while weight remains constant?

  1. 4.0 mmHg increase (correct answer)
  2. 0.8 mmHg increase per year
  3. 5.8 mmHg increase
  4. 1.1 mmHg increase
  5. Cannot be determined without knowing baseline values
Explanation: When you encounter multiple regression questions, focus on interpreting regression coefficients as the change in the outcome variable for a one-unit increase in a predictor, holding all other variables constant. In the fitted model Y^=85+0.8X1+0.3X2\hat{Y} = 85 + 0.8 X_1 + 0.3 X_2, the coefficient 0.8 for age (X1X_1) means that for each one-year increase in age, systolic blood pressure increases by 0.8 mmHg when weight remains constant. Since age increases by 5 years, you multiply: 5×0.8=4.05 \times 0.8 = 4.0 mmHg increase. Looking at each option: A) correctly calculates the total change (4.0 mmHg increase). B) gives the rate of change per year (0.8 mmHg increase per year) but fails to multiply by the 5-year increase—this is the coefficient itself, not the answer to the question. C) incorrectly adds both coefficients (0.8 + 0.3 = 1.1, then multiplies by 5), but weight isn't changing so β2\beta_2 shouldn't be included. D) represents what the increase would be if age increased by just 1.375 years, suggesting a calculation error. The key trap here is confusing the coefficient (rate of change per unit) with the total change over multiple units. Always multiply the coefficient by the actual change in the predictor variable. Remember: regression coefficients tell you the rate of change, but you must scale them by the magnitude of change in your specific scenario.

Question 19

In a regression model predicting test scores: Score=65+8×StudyHours+15×Tutoring\text{Score} = 65 + 8 \times \text{StudyHours} + 15 \times \text{Tutoring}, where Tutoring is a dummy variable (1 = received tutoring, 0 = no tutoring). A student who studied 5 hours without tutoring scored 105. According to the model, how much would this student's score have increased with tutoring?

  1. 8 points
  2. 15 points (correct answer)
  3. 23 points
  4. 120 points total
  5. Cannot determine from given information
Explanation: When you encounter regression models with dummy variables, focus on what each coefficient represents. In this model, the coefficient for the dummy variable tells you the exact difference between the two groups (tutoring vs. no tutoring), holding all other variables constant. The student without tutoring would score: 65+8(5)+15(0)=10565 + 8(5) + 15(0) = 105. With tutoring, the same student would score: 65+8(5)+15(1)=12065 + 8(5) + 15(1) = 120. The difference is exactly 15 points, which matches the coefficient for the Tutoring variable. This illustrates a key principle: in regression models, the coefficient of a dummy variable represents the expected change in the outcome when moving from the reference category (0) to the treatment category (1), holding everything else constant. Looking at the wrong answers: (A) 8 points incorrectly uses the coefficient for StudyHours instead of Tutoring. This confuses the effect of studying one additional hour with the effect of receiving tutoring. (C) 23 points incorrectly adds both coefficients (8 + 15), misunderstanding that we're only changing the tutoring status, not adding another study hour. (D) 120 points gives the total predicted score with tutoring rather than the increase from tutoring. Remember this pattern: in regression models, dummy variable coefficients directly tell you the group difference. You don't need to calculate anything beyond reading the coefficient—it's designed to show the pure effect of that categorical variable.

Question 20

A researcher fits a multiple regression model: Y=β0+β1X1+β2X2+β3X1X2+ϵY = \beta_0 + \beta_1 X_1 + \beta_2 X_2 + \beta_3 X_1 X_2 + \epsilon. The estimated coefficients are: β1^=5\hat{\beta_1} = 5, β2^=3\hat{\beta_2} = -3, β3^=0.5\hat{\beta_3} = 0.5. For a subject with X1=10X_1 = 10, what is the effective coefficient (slope) of X2X_2?

  1. -3, since this is the main effect coefficient for X2X_2 regardless of other variables
  2. -0.5, obtained by subtracting the interaction coefficient from the main effect
  3. 5.5, representing the combined effect of X1X_1 and X2X_2 at this level
  4. 2, calculated as 3+0.5×10-3 + 0.5 \times 10 accounting for the interaction term (correct answer)
Explanation: When you encounter interaction terms in multiple regression, remember that they modify how one variable's effect depends on the level of another variable. The key insight is that the effective coefficient of any variable equals its main effect plus the interaction effect at the specific level of the interacting variable. To find the effective coefficient of X2X_2 when X1=10X_1 = 10, you need to account for how the interaction term β3X1X2\beta_3 X_1 X_2 modifies X2X_2's influence. The effective slope of X2X_2 becomes: β2+β3X1=3+0.5(10)=3+5=2\beta_2 + \beta_3 X_1 = -3 + 0.5(10) = -3 + 5 = 2. This means that when X1=10X_1 = 10, each one-unit increase in X2X_2 increases YY by 2 units. Answer A incorrectly assumes the main effect coefficient remains constant regardless of interaction terms—this ignores the fundamental purpose of including interactions. Answer B applies an incorrect calculation by simply subtracting the interaction coefficient, which doesn't account for the specific value of X1X_1. Answer C appears to add the main effects of both variables, but this doesn't represent the slope of X2X_2 and ignores how interactions actually modify coefficients. Answer D correctly calculates 3+0.5×10=2-3 + 0.5 \times 10 = 2, properly incorporating both the main effect and the interaction effect at the specified level. Study tip: Always remember that with interaction terms, coefficients are conditional. Write out the effective coefficient formula (main effect + interaction coefficient × other variable's value) and substitute the given values systematically.