Marketing Analytics
eBook - ePub

Marketing Analytics

Statistical Tools for Marketing and Consumer Behavior Using SPSS

José Marcos Carvalho de Mesquita, Erik Kostelijk

  1. 200 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Marketing Analytics

Statistical Tools for Marketing and Consumer Behavior Using SPSS

José Marcos Carvalho de Mesquita, Erik Kostelijk

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

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.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Marketing Analytics als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Marketing Analytics von José Marcos Carvalho de Mesquita, Erik Kostelijk im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Business & Ricerche di marketing. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Verlag
Routledge
Jahr
2021
ISBN
9781000481747

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...

Inhaltsverzeichnis