Marketing Analytics
eBook - ePub

Marketing Analytics

Statistical Tools for Marketing and Consumer Behavior Using SPSS

José Marcos Carvalho de Mesquita, Erik Kostelijk

Compartir libro
  1. 200 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Marketing Analytics

Statistical Tools for Marketing and Consumer Behavior Using SPSS

José Marcos Carvalho de Mesquita, Erik Kostelijk

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Marketing Analytics un PDF/ePUB en línea?
Sí, puedes acceder a Marketing Analytics de José Marcos Carvalho de Mesquita, Erik Kostelijk en formato PDF o ePUB, así como a otros libros populares de Betriebswirtschaft y Marketingforschung. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Editorial
Routledge
Año
2021
ISBN
9781000481747
Edición
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...

Índice