Multiple regression
Several drivers at once: separating the effect of price, channel and season.
Lesson 19 of 24~26 min of learningIncludes ~20 min for questions and tasks
Contents1 of 46 steps
Alex Tutor
You
Alex Tutor
Alex Tutor
You
Alex Tutor
Alex Tutor
Question 1
In the equation orders = b0 + b1 x ad_spend + b2 x is_holiday_week, what does b1 represent?
You
Alex Tutor
Alex Tutor
Question 2
Using orders = 12 + 0.05 x ad_spend + 4 x is_holiday_week, predict orders for a holiday week (is_holiday_week = 1) with ad_spend = 400.
Units: orders, e.g. 30
You
Alex Tutor
You
Alex Tutor
Question 3
Same equation, a non-holiday week (is_holiday_week = 0) with ad_spend = 600. Predict orders.
Units: orders, e.g. 30
You
Alex Tutor
You
Alex Tutor
Question 4
Adding another predictor to a regression can only increase or leave unchanged its R² on the data it was fit on, even if the new predictor is pure random noise.
You
Alex Tutor
Alex Tutor
Alex Tutor
Question 5
Match each situation to the term that describes it.
Tap an answer, then tap the row it belongs to. You can also drag.
- Two predictors move together so tightly that their coefficients swing wildly when the sample changes slightly
- A model fits its training data almost perfectly but predicts poorly on new data
- Fitting a model on one part of the data and checking its performance on the other, unseen part
- A score that rewards a good fit but penalises extra predictors, useful for comparing models
Answers left to place
You
Alex Tutor
Alex Tutor
Question 6
Which of these are true about multicollinearity? Select all that apply.
Alex Tutor
You
Alex Tutor
You
Alex Tutor
Question 7Short answer · AI-checked task
A teammate proposes adding both ad_spend and discount_depth to the model, noting CatChow usually raises both together during sales. What risk should you flag, and what would you suggest? Answer in 2-4 sentences.
Write your answer and get a score with feedback from our AI reviewer.
Log in to get AI feedbackYou
Alex Tutor
Alex Tutor
Question 8Case · AI-checked task
Review the fitted model and write your recommendation.
A colleague fit orders = 10 + 0.04 x ad_spend + 6 x discount_depth - 2 x price + 3 x is_holiday_week (R² = 0.88) and wants to tell leadership: "discount_depth has the biggest coefficient, so discounting is our best lever — let's cut ad spend and discount harder instead." You happen to know CatChow always deepens discounts in the same weeks it increases ad spend. Write a short recommendation: what you'd check before trusting the discount_depth coefficient, and how you'd advise leadership to proceed.
Write your answer and get a score with feedback from our AI reviewer.
Log in to get AI feedbackAlex Tutor
That’s the lesson. You answered every task — nicely done.