Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Regression Adjustment for Dashboard Uplift

EasyStatistics & Probability00:00
Practice interviewer
In session
5 left
00:00

Your question is Regression Adjustment for Dashboard Uplift. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Business Context

StreamCart’s growth team launched a new executive dashboard showing average order value (AOV) by marketing channel. The raw chart suggested paid social outperformed email, but channel mix also differed by device, and mobile users typically spend less. An analyst used regression adjustment to improve the visualization so leadership could compare channels on a like-for-like basis.

Problem Statement

Use the regression output below to determine whether the apparent AOV difference between channels remains statistically significant after controlling for device type, and quantify the adjusted effect that should be shown in the visualization.

Given Data

The analyst fit the linear model:

AOVi=β0+β1⋅PaidSociali+β2⋅Mobilei+εiAOV_i = \beta_0 + \beta_1 \cdot PaidSocial_i + \beta_2 \cdot Mobile_i + \varepsilon_iAOVi​=β0​+β1​⋅PaidSociali​+β2​⋅Mobilei​+εi​

where Email and Desktop are the reference categories.

TermEstimateStandard Errort-statistic
Intercept (β0)(\beta_0)(β0​)82.401.8045.78
Paid Social (β1)(\beta_1)(β1​)6.302.103.00
Mobile (β2)(\beta_2)(β2​)-11.201.70-6.59

Additional model information:

MetricValue
Total observations1,200
Residual standard deviation24.5
Significance level0.05
Raw mean AOV: Email79.10
Raw mean AOV: Paid Social84.80

Requirements

  1. State the null and alternative hypotheses for the Paid Social effect.
  2. Compute the 95% confidence interval for the adjusted Paid Social coefficient.
  3. Determine whether the adjusted effect is statistically significant at α=0.05\alpha = 0.05α=0.05.
  4. Compare the raw difference with the regression-adjusted difference.
  5. Explain how this regression improves the visualization shown to executives.

Assumptions

  • The linear model is correctly specified for this simple adjustment.
  • Observations are independent.
  • Residuals are approximately mean-zero with constant variance.
  • Use a large-sample normal approximation for inference.