Business Statistics Quiz: Categorical Predictors And Dummy Variables
20 questions · exam conditions
0:00
Categorical Predictors And Dummy VariablesQuestion 1 of 20

A researcher models the Weight of a product based on its Volume and Material (Plastic, Steel, Aluminum), with Plastic as the reference category. The resulting equation is \text{Weight} = 0.5 + 1.2(\text{Volume}) + 5.6(\text{D_Steel}) + 1.5(\text{D_Aluminum}). If the researcher decides to re-run the model using Steel as the reference category, what will the new coefficient for the D_Plastic dummy variable be?

-5.6
5.6
4.1
It cannot be determined without the original data.
← Back to quizzes

Business Statistics Quiz

Business Statistics Quiz: Categorical Predictors And Dummy Variables

Practice Categorical Predictors And Dummy Variables in Business Statistics 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 Categorical Predictors And Dummy Variables, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Statistics.

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

A researcher models the Weight of a product based on its Volume and Material (Plastic, Steel, Aluminum), with Plastic as the reference category. The resulting equation is \text{Weight} = 0.5 + 1.2(\text{Volume}) + 5.6(\text{D_Steel}) + 1.5(\text{D_Aluminum}). If the researcher decides to re-run the model using Steel as the reference category, what will the new coefficient for the D_Plastic dummy variable be?

  1. -5.6 (correct answer)
  2. 5.6
  3. 4.1
  4. It cannot be determined without the original data.
Explanation: The original model indicates that, on average, Steel products are 5.6 units heavier than Plastic products (E[WSteel]E[WPlastic]=5.6E[W|Steel] - E[W|Plastic] = 5.6). When Steel becomes the reference category, the new coefficient for D_Plastic will represent the average weight difference of Plastic relative to Steel (E[WPlastic]E[WSteel]E[W|Plastic] - E[W|Steel]). This is simply the negative of the original difference: 5.6-5.6.

Question 2

A regression model predicts monthly sales (in thousands) for a retail chain using Sales=45+12StoreTypeA+8StoreTypeB+0.3AdvertisingSales = 45 + 12 \cdot Store_Type_A + 8 \cdot Store_Type_B + 0.3 \cdot Advertising, where StoreTypeAStore_Type_A and StoreTypeBStore_Type_B are dummy variables for store types A and B respectively, and AdvertisingAdvertising is in hundreds of dollars. If a Type C store spends $2,000 on advertising, what is the predicted monthly sales?

  1. $51,000 (correct answer)
  2. $59,000
  3. $63,000
  4. $71,000
Explanation: For a Type C store, both dummy variables equal 0 since Type C is the reference category. With $2,000 advertising = 20 hundreds: Sales = 45 + 12(0) + 8(0) + 0.3(20) = 45 + 6 = 51 thousand = $51,000. Choice B incorrectly uses Type A coefficient, Choice C uses Type B coefficient, Choice D uses both coefficients.

Question 3

A study examines house prices using Price=β0+β1Size+β2Urban+β3SuburbanPrice = \beta_0 + \beta_1 \cdot Size + \beta_2 \cdot Urban + \beta_3 \cdot Suburban, where Urban=1Urban = 1 for urban locations and Suburban=1Suburban = 1 for suburban locations. After fitting the model, β2=15000\beta_2 = 15000 and β3=8000\beta_3 = 8000. What is the expected price difference between an urban house and a rural house of the same size?

  1. $7,000 higher for urban properties due to the net urban premium
  2. $8,000 higher for urban properties after adjusting for suburban effects
  3. $15,000 higher for urban properties since rural is the reference category (correct answer)
  4. $23,000 higher for urban properties when combining both location premiums
Explanation: Rural is the reference category (both dummies = 0). Urban houses have Urban = 1, Suburban = 0, so the price difference from rural is exactly β₂ = $15,000. Choice A confuses this with urban vs suburban difference, Choice B misunderstands the dummy structure, Choice D incorrectly adds both coefficients.

Question 4

A retailer models daily sales using Sales=2500+800Weekend+400Holiday+200Weekend×HolidaySales = 2500 + 800 \cdot Weekend + 400 \cdot Holiday + 200 \cdot Weekend \times Holiday. The Weekend×HolidayWeekend \times Holiday term represents an interaction between weekend and holiday dummy variables. What is the predicted sales increase when comparing a holiday that falls on a weekend versus a regular weekday?

  1. $1,200 increase due to the combined weekend and holiday main effects only
  2. $600 increase representing the pure holiday premium adjusted for weekend timing
  3. $1,000 increase from the weekend effect plus the proportional holiday adjustment
  4. $1,400 increase when accounting for the additional interaction effect beyond main effects (correct answer)
Explanation: When you encounter regression models with interaction terms, you need to carefully compare the total predicted values rather than just adding individual coefficients. The interaction term captures how the combined effect of two variables differs from simply adding their separate effects. To find the predicted sales increase, compare two scenarios using the given model: Sales=2500+800Weekend+400Holiday+200Weekend×HolidaySales = 2500 + 800 \cdot Weekend + 400 \cdot Holiday + 200 \cdot Weekend \times Holiday For a regular weekday: Weekend=0Weekend = 0, Holiday=0Holiday = 0, so Sales=2500+0+0+0=2500Sales = 2500 + 0 + 0 + 0 = 2500 For a holiday weekend: Weekend=1Weekend = 1, Holiday=1Holiday = 1, so Sales=2500+800(1)+400(1)+200(1×1)=2500+800+400+200=3900Sales = 2500 + 800(1) + 400(1) + 200(1 \times 1) = 2500 + 800 + 400 + 200 = 3900 The increase is 39002500=14003900 - 2500 = 1400. This includes the weekend effect (800),theholidayeffect(800), the holiday effect (400), plus the interaction effect ($200) that occurs when both conditions are present simultaneously. Answer A (1,200)incorrectlyaddsonlythemaineffects(1,200) incorrectly adds only the main effects (800 + 400)whileignoringtheinteractiontermentirely.AnswerB(400) while ignoring the interaction term entirely. Answer B (600) makes no logical sense given the coefficient values. Answer C ($1,000) appears to misinterpret how interaction effects work, possibly confusing proportional adjustments with additive effects. The correct answer is D because it accounts for all components: both main effects plus the crucial interaction term. Study tip: Always substitute actual values into regression equations when dealing with dummy variables and interactions—don't just try to mentally combine coefficients, as you'll miss interaction effects.

Question 5

A bank models the LoanAmount approved for applicants based on their AnnualIncome and CreditRating ('Poor', 'Fair', 'Good', 'Excellent'). 'Poor' is used as the reference category. The fitted model is:

\text{LoanAmount} = -1000 + 0.20(\text{Income}) + 5000(\text{D_Fair}) + 12000(\text{D_Good}) + 25000(\text{D_Excellent})

Holding income constant, what is the model's predicted difference in approved loan amount between an applicant with an 'Excellent' credit rating and one with a 'Fair' credit rating?

  1. $20,000 (correct answer)
  2. $25,000
  3. $30,000
  4. $13,000
Explanation: The coefficient for D_Excellent (25,000)representsthedifferencebetweenExcellentandthePoorreference.ThecoefficientforDFair(25,000) represents the difference between 'Excellent' and the 'Poor' reference. The coefficient for `D_Fair` (5,000) represents the difference between 'Fair' and 'Poor'. To find the difference between 'Excellent' and 'Fair', we find the difference between their respective coefficients: (25,00025,000 - 5,000 = $20,000).

Question 6

A marketing firm models daily Clicks on a client's website using the equation:

\text{Clicks} = 250 + 3.5(\text{AdSpend}) - 50(\text{D_Weekend}) + 15(\text{AdSpend} \times \text{D_Weekend})

Where AdSpend is daily advertising spending in hundreds of dollars and D_Weekend is a dummy variable (1 for Saturday/Sunday, 0 for a weekday).

Based on the model, what is the estimated impact on Clicks for each additional $100 of advertising spending on a Sunday?

  1. An increase of 3.5 clicks.
  2. An increase of 15 clicks.
  3. An increase of 18.5 clicks. (correct answer)
  4. A decrease of 31.5 clicks.
Explanation: The slope for AdSpend depends on whether it is a weekend. For a weekday (D_Weekend = 0), the slope is 3.5. For a weekend (D_Weekend = 1), the slope is 3.5+15=18.53.5 + 15 = 18.5. Therefore, on a Sunday, each additional $100 in AdSpend is associated with an increase of 18.5 clicks.

Question 7

A consultant is building a regression model to predict project completion time. One of the predictors is ProjectType, which has six distinct categories. The consultant wants to compare every project type's completion time against the 'Internal Audit' type. Which of the following correctly specifies the use of dummy variables for this purpose?

  1. Create six dummy variables, one for each project type, to capture the unique effect of all categories.
  2. Create one numerical variable from 1 to 6, assuming an ordered relationship between project types.
  3. Create five dummy variables, omitting the dummy for 'Internal Audit' to serve as the reference category. (correct answer)
  4. Create five dummy variables, omitting the dummy for the project type with the largest number of observations.
Explanation: To compare other categories to a specific baseline, that baseline category should be selected as the reference group. For a categorical variable with k=6k=6 levels, this requires creating k1=5k-1=5 dummy variables. The omitted category, 'Internal Audit', becomes the reference against which the coefficients of the other five dummy variables are interpreted.

Question 8

A data analyst includes a categorical variable Quarter (Q1, Q2, Q3, Q4) in a sales forecasting model by creating four dummy variables: D1, D2, D3, and D4. All four are included in the regression model: Sales=β0+β1D1+β2D2+β3D3+β4D4+ϵ\text{Sales} = \beta_0 + \beta_1 D_1 + \beta_2 D_2 + \beta_3 D_3 + \beta_4 D_4 + \epsilon. What is the primary problem with this model specification?

  1. The model will have heteroscedastic errors because the variance of sales differs by quarter.
  2. The model suffers from perfect multicollinearity, making it impossible to estimate unique coefficients. (correct answer)
  3. The model incorrectly assumes a linear relationship between Quarter and Sales.
  4. The model will produce biased estimates for the coefficients of any other predictors included.
Explanation: This is the classic 'dummy variable trap'. Including a dummy variable for every category of a predictor (along with an intercept term) introduces perfect multicollinearity. For any observation, D1+D2+D3+D4=1D_1 + D_2 + D_3 + D_4 = 1, which is a perfect linear combination of the intercept term (which is a column of 1s). This makes it impossible for the OLS algorithm to find a unique solution for the coefficients.

Question 9

A model is built to predict the monthly Cost of a mobile phone plan. The predictors include DataUsed (in GB) and the Carrier (A, B, C, D). Carrier D is set as the reference category. The coefficient for the dummy variable for Carrier A, D_A, is -5.50. How is this coefficient correctly interpreted?

  1. Holding data usage constant, the average monthly cost for Carrier A is $5.50 less than the average cost for Carrier D. (correct answer)
  2. The average monthly cost for a plan with Carrier A is $5.50.
  3. For every GB of data used, the monthly cost for Carrier A is $5.50 less than for Carrier D.
  4. Holding data usage constant, the average monthly cost for Carrier A is $5.50 less than the overall average cost across all four carriers.
Explanation: When analyzing regression models with categorical predictors, understanding dummy variable coefficients is crucial. These coefficients represent differences between categories, not absolute values. In this model, Carrier D serves as the reference category, meaning all other carrier coefficients show how they differ from Carrier D specifically. The coefficient for D_A of -5.50 tells you that when data usage is held constant, Carrier A plans cost $5.50 less on average than Carrier D plans. Answer A correctly captures this interpretation. The phrase "holding data usage constant" acknowledges that we're controlling for the other predictor variable, and the comparison is explicitly between Carrier A and the reference category (Carrier D). Answer B misinterprets the coefficient as an absolute cost rather than a difference. The -5.50 represents a relative change from the reference category, not a standalone price. Answer C confuses the interpretation by suggesting this difference applies "for every GB of data used." This would be correct if we were interpreting an interaction term between carrier and data usage, but D_A is a simple dummy variable coefficient representing a constant difference between carriers. Answer D incorrectly compares Carrier A to the overall average across all carriers. Dummy variable coefficients always compare to the specific reference category, not to the grand mean of all categories. Remember: dummy variable coefficients always represent the difference between that category and the reference category, holding other variables constant. Never interpret them as absolute values or comparisons to overall averages.

Question 10

An e-commerce company models the LikelihoodToPurchase (a continuous score from 0 to 1) based on TimeOnSite (in minutes) and DeviceType ('Desktop', 'Mobile', 'Tablet'). 'Desktop' is the reference category. The regression output shows a coefficient of -0.08 for the D_Mobile dummy variable.

Which of the following statements is the most precise interpretation of the D_Mobile coefficient?

  1. After controlling for time spent on the site, the predicted likelihood to purchase score is 0.08 lower for mobile users compared to desktop users. (correct answer)
  2. For each minute a mobile user spends on the site, their likelihood to purchase decreases by 0.08.
  3. Mobile users are 8% less likely to make a purchase than desktop users.
  4. The model indicates that mobile users have a negative likelihood of purchasing, which suggests a flaw in the model.
Explanation: When you encounter regression coefficients for dummy variables, you're interpreting the difference in the outcome variable between categories, holding all other variables constant. The key phrase here is "after controlling for" the other variables in the model. The coefficient of -0.08 for D_Mobile tells you that when comparing two users who spend the same amount of time on the site, the mobile user's predicted likelihood to purchase score is 0.08 points lower than the desktop user's score. This is exactly what answer A states - it correctly interprets the coefficient as a difference between groups while acknowledging that time on site is controlled for. Answer B misinterprets this as a slope coefficient related to time, but -0.08 is the coefficient for the device type dummy variable, not the interaction between device and time. Answer C incorrectly converts the 0.08 difference in likelihood score to "8% less likely" - these aren't the same thing. A difference of 0.08 in a 0-1 scale score doesn't directly translate to percentage likelihood. Answer D completely misunderstands the coefficient, thinking negative means impossible rather than recognizing it as a comparison showing mobile performs worse than the reference category (desktop). Remember that dummy variable coefficients always represent the difference from the reference category, holding other variables constant. Watch for the phrase "controlling for" or "holding constant" - this distinguishes proper interpretation from common misreadings that ignore the other variables in the model.

Question 11

A model predicting job performance uses Performance=75+8College+12Graduate+0.5ExperiencePerformance = 75 + 8 \cdot College + 12 \cdot Graduate + 0.5 \cdot Experience, where education levels are: High School (reference), College, and Graduate degree. Two employees have identical experience but different education: one College graduate and one Graduate degree holder. If the Graduate degree holder scores 4 points higher than predicted, what is the College graduate's predicted vs. actual performance difference?

  1. The College graduate scored 4 points higher than predicted, matching the Graduate's residual pattern
  2. The College graduate scored 4 points lower than predicted, showing an inverse residual relationship
  3. The College graduate's residual cannot be determined from the given Graduate degree information alone (correct answer)
  4. The College graduate scored exactly as predicted since the model accounts for education differences
Explanation: The Graduate degree holder's residual (actual - predicted = +4) provides no information about the College graduate's residual. Residuals are individual observation errors, not systematic across education levels. Choice A and B assume correlated residuals, Choice D wrongly suggests perfect prediction for the College graduate.

Question 12

A regression model predicting customer satisfaction uses Satisfaction=6.2+0.8Premium+0.4Standard0.1ComplaintsSatisfaction = 6.2 + 0.8 \cdot Premium + 0.4 \cdot Standard - 0.1 \cdot Complaints, where PremiumPremium and StandardStandard are dummy variables for service tiers. A data analyst notices that some observations have both Premium=1Premium = 1 and Standard=1Standard = 1. What is the most likely issue with this dummy variable coding?

  1. The model suffers from perfect multicollinearity since Premium and Standard should sum to 1
  2. The coding allows customers to have multiple service tiers simultaneously, violating mutual exclusivity assumptions (correct answer)
  3. The Basic service tier is incorrectly omitted from the model specification entirely
  4. The dummy coefficients have opposite signs, indicating a fundamental model misspecification error
Explanation: Service tiers should be mutually exclusive - a customer cannot simultaneously have Premium and Standard service. Having both dummies equal 1 for the same observation violates this basic assumption of categorical coding. Choice A is wrong because three categories need only two dummies, Choice C misunderstands reference category purpose, Choice D focuses on coefficient signs rather than the coding violation.

Question 13

A researcher is studying crop yield. The model includes a categorical variable for FertilizerType with five levels (A, B, C, D, and a control 'None'). The goal is to determine if each fertilizer type has a significantly different effect on yield compared to using no fertilizer at all. How many dummy variables are needed and what is the appropriate reference category?

  1. Five dummy variables are needed, with no reference category required for this analysis.
  2. Four dummy variables are needed, with Fertilizer Type A chosen as the reference category for simplicity.
  3. One variable coded 0, 1, 2, 3, 4 is needed to represent the different fertilizers.
  4. Four dummy variables are needed, with the 'None' category serving as the reference. (correct answer)
Explanation: The research question is focused on comparing each fertilizer to the control condition ('None'). Therefore, 'None' is the most logical reference category. For a categorical variable with k=5k=5 levels, k1=4k-1=4 dummy variables are required to avoid multicollinearity. The coefficients of these four dummies will represent the difference in yield for fertilizers A, B, C, and D relative to no fertilizer.

Question 14

A real estate analyst develops a regression model to predict the selling price of a house (in thousands of dollars). The model is:

\text{Price} = 40 + 0.15(\text{SqFt}) + 25(\text{D_Urban}) - 10(\text{D_Rural})

Where SqFt is the square footage, D_Urban is a dummy variable (1 if the house is in an urban area, 0 otherwise), and D_Rural is a dummy variable (1 if the house is in a rural area, 0 otherwise). The reference category is 'Suburban'.

According to this model, what is the predicted price difference between a 2,000 sq. ft. house in an urban area and a 2,000 sq. ft. house in a rural area?

  1. A difference of $15,000, with the rural house being more expensive.
  2. A difference of $25,000, with the urban house being more expensive.
  3. A difference of $35,000, with the urban house being more expensive. (correct answer)
  4. The difference cannot be determined without knowing the price of a suburban house.
Explanation: The predicted price for an urban house is 40+0.15(SqFt)+2540 + 0.15(\text{SqFt}) + 25. The predicted price for a rural house is 40+0.15(SqFt)1040 + 0.15(\text{SqFt}) - 10. The difference is (40+0.15(SqFt)+25)(40+0.15(SqFt)10)=25(10)=35(40 + 0.15(\text{SqFt}) + 25) - (40 + 0.15(\text{SqFt}) - 10) = 25 - (-10) = 35. Since the units are in thousands, the difference is $35,000.

Question 15

A regression model predicts employee Salary based on YearsExperience and EducationLevel ('Bachelors', 'Masters', 'PhD'), with 'Bachelors' as the reference category. The coefficient for the Masters dummy variable is 8,000 with a p-value of 0.04, and the coefficient for the PhD dummy is 15,000 with a p-value of 0.01. The chosen significance level is α=0.05\alpha = 0.05.

What is the correct interpretation of the coefficient for the Masters dummy variable?

  1. The average salary for an employee with a Master's degree is $8,000.
  2. There is a statistically significant difference of $8,000 in average salary between employees with a Master's degree and those with a PhD degree.
  3. Holding experience constant, employees with a Master's degree earn $7,000 less on average than employees with a PhD degree, a non-significant difference.
  4. Holding experience constant, employees with a Master's degree earn a statistically significant average of $8,000 more than employees with a Bachelor's degree. (correct answer)
Explanation: When interpreting dummy variable coefficients in multiple regression, remember that each dummy coefficient represents the difference between that category and the reference category, holding all other variables constant. In this regression, 'Bachelors' is the reference category, so the Masters coefficient of 8,000 tells you exactly how much more (or less) someone with a Master's degree earns compared to someone with a Bachelor's degree, assuming they have the same years of experience. Since the p-value (0.04) is less than the significance level (0.05), this difference is statistically significant. Therefore, answer D correctly states that employees with Master's degrees earn a statistically significant $8,000 more than those with Bachelor's degrees, holding experience constant. Answer A is wrong because $8,000 isn't the total average salary—it's just the premium above the Bachelor's baseline. Answer B incorrectly compares Masters to PhD degrees, but dummy coefficients don't directly compare non-reference categories to each other. To find that difference, you'd subtract the coefficients: $15,000 - $8,000 = $7,000. Answer C makes this calculation error but then incorrectly claims the difference is non-significant, when actually both education coefficients are individually significant. Study tip: Always identify the reference category first in dummy variable problems. Each coefficient tells you the difference from that baseline, not comparisons between other categories or absolute values. Watch for p-values to determine statistical significance at your chosen alpha level.

Question 16

An analyst is investigating the factors affecting flight delays. The model includes a categorical predictor Airline with 8 different carriers. The analyst groups the 3 smallest carriers into a single category called 'Other' and treats the remaining 5 major carriers as individual categories. To incorporate this new 6-level categorical variable into a regression model, how should the dummy variables be structured?

  1. Create 8 dummy variables, one for each original carrier, to retain all information.
  2. Create 5 dummy variables, one for each major carrier, using the 'Other' category as the reference. (correct answer)
  3. Create 6 dummy variables, one for each of the 5 major carriers and one for the 'Other' category.
  4. Create one variable with values 1 through 6 representing the major carriers and the 'Other' group.
Explanation: The analyst has created a new categorical variable with k=6k=6 levels (5 major carriers + 1 'Other' group). To include this in a regression model without falling into the dummy variable trap, k1=5k-1=5 dummy variables must be used. A logical choice for the reference category is the 'Other' group, so 5 dummies would be created for the 5 major carriers.

Question 17

In a regression model predicting AnnualBonus, the coefficient for a dummy variable D_TopPerformer (1 if in the top 10% of performance reviews, 0 otherwise) is 5,000.The955,000. The 95% confidence interval for this coefficient is [-500, $10,500]. At a significance level of α=0.05\alpha = 0.05, what is the appropriate conclusion?

  1. The effect is practically significant because a $5,000 bonus is substantial, so we should act on this finding.
  2. The effect is statistically significant because the estimated coefficient is large and positive.
  3. We can be 95% confident that being a top performer causes an increase in bonus between -$500 and $10,500.
  4. We cannot conclude that there is a statistically significant difference in bonuses between top performers and others. (correct answer)
Explanation: Statistical significance at the α=0.05\alpha = 0.05 level is determined by whether the 95% confidence interval for the coefficient contains zero. Since the interval [-$500, $10,500] includes 0, we cannot reject the null hypothesis that the true coefficient is zero. Therefore, the result is not statistically significant at the 0.05 level.

Question 18

A regression model is created to predict the Price of a bottle of wine based on its Age in years and Region of origin (A, B, or C). Region A is the reference category. The fitted equation is:

\text{Price} = 15 + 2.5(\text{Age}) - 8(\text{D_B}) + 12(\text{D_C})

Where DBD_B and DCD_C are dummy variables for Region B and Region C.

The model predicts a price of $77 for a wine from Region B. What was the age of this bottle of wine?

  1. 20 years
  2. 24.8 years
  3. 30.8 years
  4. 28 years (correct answer)
Explanation: When you encounter a regression problem with dummy variables, remember that you're working with categorical data (like regions) converted into numerical form for the model. Here, Region A is the reference category, so wines from Region A have both dummy variables equal to zero. To solve this, substitute the known values into the equation. For a wine from Region B with a predicted price of $77, you know that $DB=1D_B = 1 (sinceitsfromRegionB)and(since it's from Region B) and DC=0D_C = 0 $ (since it's not from Region C). Plugging into the equation: 77 = 15 + 2.5(\text{Age}) - 8(1) + 12(0) Simplifying: 77 = 15 + 2.5(\text{Age}) - 8 , which becomes 77 = 7 + 2.5(\text{Age}) Solving for Age: 70 = 2.5(\text{Age}) , so \text{Age} = 28 years. Answer choice A (20 years) would give a predicted price of 59,not59, not 77. Choice B (24.8 years) appears to come from incorrectly adding the Region B coefficient instead of subtracting it. Choice C (30.8 years) likely results from forgetting to account for the dummy variable entirely and solving 77 = 15 + 2.5(\text{Age}) . The key strategy here is to carefully track which dummy variables equal 1 or 0 based on the category in question, then substitute all known values systematically. Always double-check your algebra when solving for the unknown variable, as the arithmetic can trip you up under time pressure.

Question 19

A logistic regression model predicts the probability of customer Churn (1=Yes, 0=No). One predictor is ContractType ('Month-to-Month', 'One Year', 'Two Year'). 'Two Year' is the reference category. The coefficient for the D_Month-to-Month dummy is 1.85.

Given that the coefficient for the D_Month-to-Month dummy is positive (1.85), what does this imply about the churn behavior of customers on month-to-month contracts, holding other factors constant?

  1. They have 1.85 times the probability of churning compared to customers with two-year contracts.
  2. They have a higher log-odds of churning compared to customers with two-year contracts. (correct answer)
  3. Their probability of churning is 185% higher than that of customers with two-year contracts.
  4. The model is invalid, as a coefficient of 1.85 would imply a probability greater than 1.
Explanation: In logistic regression, the coefficients represent the change in the log-odds of the outcome for a one-unit change in the predictor. A positive coefficient of 1.85 for the D_Month-to-Month dummy means that customers in this category have higher log-odds of churning compared to the reference category ('Two Year'). While this does imply a higher probability, the coefficient itself is on the log-odds scale, not the probability scale.

Question 20

An analyst is modeling employee turnover based on a categorical variable for department: Sales, Marketing, Engineering, HR, and Finance. To avoid the dummy variable trap, the analyst uses k-1 dummy variables. They re-run the analysis several times, each time using a different department as the reference category. Which of the following model outputs will remain the same regardless of which department is chosen as the reference category?

  1. The p-values for the dummy variable coefficients.
  2. The estimated coefficients for the dummy variables.
  3. The overall model R-squared (R2R^2) and F-statistic. (correct answer)
  4. The intercept of the regression model.
Explanation: Changing the reference category changes the individual coefficients of the dummy variables (as they are measured relative to the baseline) and the model intercept. Consequently, the p-values for these specific coefficients will also change. However, the overall fit of the model to the data, as measured by R2R^2 and the F-statistic for the model's overall significance, does not change. The model is fundamentally explaining the same amount of variance, just parameterizing it differently.