Designing New Products using Choice Models in R

Elea McDonnell Feit (@eleafeit)
20 April 2015

Presentation to the Philly R Users Group
as part of Philly Tech Week 2015

Download the code for this talk at
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.

Key idea

  1. Ask customers to choose from among alternative designs (something consumers do every day).
  2. Use a choice model to infer their preferences from the choices.
  3. Predict whether they will buy alternative designs using the model.

Chapman & Feit

  • A friendly introduction to R for marketing analysts.
  • Covers basic R topics (data structures, graphing, linear models, ANOVA) using marketing examples.
  • Tackles many marketing-specific topics including marketing mix modeling, segmentation, perceptual maps, structural equation modeling, choice modeling, hierarchical models.
  • Integrates Bayesian estimation.

Hope this helps!

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

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.