Marketing Analytics
eBook - ePub

Marketing Analytics

Statistical Tools for Marketing and Consumer Behavior Using SPSS

José Marcos Carvalho de Mesquita, Erik Kostelijk

  1. 200 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Marketing Analytics

Statistical Tools for Marketing and Consumer Behavior Using SPSS

José Marcos Carvalho de Mesquita, Erik Kostelijk

Book details
Book preview
Table of contents
Citations

About This Book

Marketing Analytics provides guidelines in the application of statistics using IBM SPSS Statistics Software (SPSS) for students and professionals using quantitative methods in marketing and consumer behavior. With simple language and a practical, screenshot-led approach, the book presents 11 multivariate techniques and the steps required to perform analysis.

Each chapter contains a brief description of the technique, followed by the possible marketing research applications. One of these applications is then used in detail to illustrate its applicability in a research context, including the needed SPSS commands and illustrations. Each chapter also includes practical exercises that require the readers to perform the technique and interpret the results, equipping students with the necessary skills to apply statistics by means of SPSS in marketing and consumer research. Finally, there is a list of articles employing the technique that can be used for further reading.

This textbook provides introductory material for advanced undergraduate and postgraduate students studying marketing and consumer analytics, teaching methods along with practical software-applied training using SPSS. Support material includes two real data sets to illustrate the techniques' applications and PowerPoint slides providing a step-by-step guide to the analysis and commented outcomes. Professionals are invited to use the book to select and use the appropriate analytics for their specific context.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Marketing Analytics an online PDF/ePUB?
Yes, you can access Marketing Analytics by José Marcos Carvalho de Mesquita, Erik Kostelijk in PDF and/or ePUB format, as well as other popular books in Business & Ricerche di marketing. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Routledge
Year
2021
ISBN
9781000481747
Edition
1

1 Creating and examining databases in SPSS

DOI: 10.4324/9781003196617-1
IBM SPSS Statistics Software (SPSS) is statistical software widely used in social science studies. SPSS is short for Statistical Package for the Social Sciences. Section 1.1 gives an introduction on how to create an SPSS spreadsheet and how to manipulate data. Section 1.2 illustrates the use of frequency tables, and Section 1.3 provides more background on cross tabulations.
In this chapter, as in all the other chapters of this book, you have the opportunity to exercise with the SPSS spreadsheets. For these exercises, we refer to the SPSS files on the e-resources on the publisher’s website. The link to these e-resources at the time of printing this book is: www.routledge.com/9781032052199. Here you can find a link that says “Support Material,” and the resources will be available to download there. The link is also provided on the book’s cover.

1.1 Creating the SPSS spreadsheet and manipulating data

To create a spreadsheet in SPSS, we can input data manually or import from other spreadsheets, such as Excel, or use copy and paste tools. SPSS has only two sheets, Data View and Variable View. Data View contains the data itself, and the Variable View contains the names and variables specifications.
Figure 1.1 Data View sheet.
It is possible to input the variables labels, such as the questions, and the scale values, for example: 1 strongly disagree … 7 strongly disagree. There is also information about missing values.
To input the questions, follow the steps:
  1. Select “Variable View” sheet;
  2. Select the cells;
  3. Paste the list of questions.
Figure 1.2 Variable View sheet.
To add variables labels, follow the steps:
  1. Select “Variable View” sheet;
  2. Select and double click the cell in the Value column;
  3. Fill in the dialog box, for example, value 1, label male, add;
  4. Repeat the steps for the other values;
  5. Click “OK.”
Figure 1.3 Adding value labels.
If we need to transform any variable, the program allows many options. The following figures show the steps. We use the SPSS file “Supermarket,” which you can find in the online material for this book (see publisher’s website). For example, to calculate the average (summated scale), do the following:
  1. Select “Transform”;
  2. Select “Compute Variable”;
  3. Enter name of the target variable (Example: Mean_Product);
  4. Choose the function (Example: MEAN);
  5. Select variables from which you want to calculate the mean (Example: v2, v8, v9, v14);
  6. Click “OK.”
Figure 1.4 Compute variable, I.
Figure 1.5 Compute variable, II.
To transform an interval scale in a nominal scale (for example, from 1 to 7 into three categories, low, middle, and high):
  1. Select “Transform”;
  2. Select “Recode into different variables”;
  3. Select input variable (Example: repurchase intention (v35));
  4. Choose output variable name (Example: repurchase_group);
  5. Click “Change”;
  6. Click “Old and New Values …”;
  7. Select the values or the range (Example: Range 1 through 2);
  8. Create new value (Example: Value: 1);
  9. Repeat to include all values. In this example, you will get value 1 (low), value 2 (middle) and value 3 (high);
  10. Click “Continue”;
  11. Click “OK.”
Figure 1.6 Recode into different variable, I.
Figure 1.7 Recode into different variable, II.
Figure 1.8 Recode into different variable, III.
The newly created values will appear at the end of your SPSS variable and data sheet, like this:
Figure 1.9 Recode into different variable, new variable added.

1.2 Descriptive statistics with frequencies

The frequency of a particular data value is the number of times the data value occurs. For example, if, on a Likert scale ranging from 1 (strongly disagree) to 5 (strongly agree), 12 respondents chose value 1, then the frequency of value 1 is 12. The frequency of a data value is often represented by f.
A frequency table is constructed by arranging collected data values in ascending order of magnitude with their corresponding frequencies.
We will use the supermarket database to illustrate this. Let’s consider the importance customers give to the variable price when choosing a store. This variable is measured on a seven-point interval scale, ranging from (1) not at all important to (7) very important. The respondents are split in three groups according to the average income of the neighborhood where they live in, (1) high, (2) middle, and (3) low.
To evaluate the frequency in SPSS, follow the steps:
  1. Analyze;
  2. Descriptive statistics;
  3. Frequencies;
  4. Select variable(s);
  5. Click OK.

Readers workshop

  1. Open the supermarket database;
  2. Perform the analysis, following the steps given above;
  3. Analyze the frequency;
  4. Analyze the descriptive statistics.
Figure 1.10 Descriptive Statistics – Frequencies, I...

Table of contents

  1. Cover
  2. Half Title Page
  3. Series Page
  4. Title Page
  5. Copyright Page
  6. Contents
  7. Preface
  8. 1 Creating and examining databases in SPSS
  9. 2 Introduction to exploratory data analysis
  10. 3 Analysis of variance
  11. 4 Regression analysis
  12. 5 Time series analysis
  13. 6 Discriminant analysis
  14. 7 Cluster analysis
  15. 8 Exploratory Factor Analysis (EFA)
  16. 9 Confirmatory Factor Analysis (CFA)
  17. 10 Structural Equation Modeling (SEM)
  18. Appendix 1: Fitness center questionnaire
  19. Appendix 2: Supermarket questionnaire
  20. Bibliography
  21. Index
Citation styles for Marketing Analytics

APA 6 Citation

Mesquita, J. M. C., & Kostelijk, E. (2021). Marketing Analytics (1st ed.). Taylor and Francis. Retrieved from https://www.perlego.com/book/3016268/marketing-analytics-statistical-tools-for-marketing-and-consumer-behavior-using-spss-pdf (Original work published 2021)

Chicago Citation

Mesquita, José Marcos Carvalho, and Erik Kostelijk. (2021) 2021. Marketing Analytics. 1st ed. Taylor and Francis. https://www.perlego.com/book/3016268/marketing-analytics-statistical-tools-for-marketing-and-consumer-behavior-using-spss-pdf.

Harvard Citation

Mesquita, J. M. C. and Kostelijk, E. (2021) Marketing Analytics. 1st edn. Taylor and Francis. Available at: https://www.perlego.com/book/3016268/marketing-analytics-statistical-tools-for-marketing-and-consumer-behavior-using-spss-pdf (Accessed: 15 October 2022).

MLA 7 Citation

Mesquita, José Marcos Carvalho, and Erik Kostelijk. Marketing Analytics. 1st ed. Taylor and Francis, 2021. Web. 15 Oct. 2022.