НачатьНачать бесплатно

What about price?

Stop! You forgot to incorporate the effect of temporary PRICE changes in your model. You can correct this mistake by using the function update(). The update() function re-fits the dummy response model by updating and evaluating the log(SALES) ~ DISPLAY + COUPON + DISPLAYCOUPON relation stored in the dummy.model object.

Это упражнение является частью курса

Building Response Models in R

Посмотреть курс

Инструкции к упражнению

  • Update the dummy.model object for PRICE by using the update() function.

Интерактивное практическое упражнение

Попробуйте выполнить это упражнение, дополнив этот пример кода.

# Update the model for PRICE
___(dummy.model, . ~ . + ___)
Редактировать и запускать код