Choice Models for Product Optimization and Pricing

Chris Chapman and Elea McDonnell Feit
14 September 2017

Enterprise Applications of the R Language
London 2017

Code for this talk: http://r-marketing.r-forge.r-project.org/

Designing new products

Chevrolet Silverado

When creating a new product like this Chevrolet Silverado, designers often face tough decisions.

  • Should the truck have a smaller bed so that we can give more leg room to the passengers?
  • Should we make the truck larger, even though the fuel economy will go down?

Finding the voice of the customer

Homer Simpson Car

Better designers spend time talking to potential customers about what they want and that is sort-of helpful.


But customers typically want “everything” and if you listen to them you end up with The Homer.

https://www.wired.com/2014/07/homer-simpson-car/

Key idea

  1. Ask customers to choose among alternative products … something consumers do every day!
  2. Fit a model to infer feature and price tradeoffs from observed choices.
  3. Predict preference among alternative product designs using the model.

Chapman & Feit

  • Applied tutorials on R and statistics for industrial problems.
  • Uses conceptual, minimally mathematical exposition.
  • Basic R topics (data structures, graphing, linear models, ANOVA) use marketing examples.
  • Advanced topics include marketing mix modeling, segmentation, perceptual maps, structural equation modeling, choice modeling, hierarchical models.
  • Integrates Bayesian estimation.

Thank you!

Chris Chapman
Principal Quantitative Experience Researcher, Google
cnchapman+r@gmail.com
@cnchapman

Elea McDonnell Feit
Assistant Professor of Marketing, Drexel University
efeit@drexel.edu
@eleafeit

These slides as an RStudio notebook:
https://goo.gl/vsrenL

Notes

This presentation is based on Chapter 13 of Chapman and Feit, R for Marketing Research and Analytics © 2015 Springer.

All code in the presentation is licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.