शुरू करेंमुफ़्त में शुरू करें

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, . ~ . + ___)
कोड संपादित करें और चलाएँ