Interaction between brand and type
The chocolate data is loaded as an mlogit.data object and ready to go. Feel free to inspect it to refresh your memory. Once you've done that, you are going to fit a model with an interaction between Brand and Type.
Bu egzersiz, kursun bir parçasıdır
Choice Modeling for Marketing in R
Egzersiz talimatları
- Add a formula to the
mlogit()command for a model withBrand,Type,Price, and the interaction betweenBrandandType. Remember that theSelectioncolumn contains the observed choice and don't forget to leave out the intercept. - Summarize
choc_m4to see its model coefficients.
Uygulamalı etkileşimli egzersiz
Bu egzersizi bu örnek kodu tamamlayarak deneyin.
# add the formula for mlogit
choc_m4 <- mlogit(___, data=chocolate)
# use summary to see the coefficients