1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Choice Modeling for Marketing in R

Connected

अभ्यास

Price as a factor

As I mentioned in the last video, you can treat price as a factor. Let's estimate a model like that. The chocolate data is already loaded.

निर्देश

100 XP
  • Change the Price variable to a factor in the chocolate data.
  • Call mlogit to fit a model with the formula Selection ~ 0 + Brand + Type + Price with the chocolate data and assign it to choc_m3.
  • Use summary() to inspect the model coefficients.