Choice Modeling for Marketing in R
Elea McDonnell Feit
Assistant Professor of Marketing, Drexel University
A linear regression model is used to predict a number.
In marketing, we might use a linear regression to understand how how the sales at a store are related to the features of that store. Sales is a number.
Multinomial logistic regression or the multinomial logit model is used to predict a choice from a set of alternatives. The prediction is based on the features of each alternative. For instance, we can predict the likelihood of choosing a particular car based on the features of the available cars.
Logistic regression or the logit model is a special case of multinomial logistic regression used to predict binary "yes/no" such as the uptake on a promotional offer.
Understand how product features relate to what people will buy
Determine how price is related to market share
Measure the effect of a "customer favorite" flag on which product a online shopper chooses
Choice Modeling for Marketing in R