Day 43: Multidimensional Scaling (MDS) in SPSS – Visualizing Similarities and Perceptions

Day 43: Multidimensional Scaling (MDS) in SPSS – Visualizing Similarities and Perceptions

Welcome to Day 43 of your 50-day SPSS learning journey! Today, we’ll explore Multidimensional Scaling (MDS), a technique used to visualize similarities or dissimilarities between objects in a low-dimensional space. MDS is widely applied in marketing, psychology, and social sciences to understand relationships among variables.


What is Multidimensional Scaling (MDS)?

Multidimensional Scaling (MDS) is a technique that:
✔ Converts a distance or dissimilarity matrix into a spatial representation.
✔ Maps objects so that the distances between them reflect their similarity.
✔ Helps visualize complex relationships in a two-dimensional or three-dimensional space.

For example:

  • Marketing Research: Understanding how consumers perceive different brands.
  • Psychology: Mapping personality traits based on similarity ratings.
  • Sociology: Analyzing the similarity of cultural preferences across countries.

When to Use MDS?

Use Multidimensional Scaling (MDS) when:
✔ You have pairwise similarity or dissimilarity data.
✔ You want to visually explore relationships between objects.
✔ You need to simplify complex relationships into a few dimensions.


Types of Multidimensional Scaling (MDS)

  1. Metric MDS (Classical MDS)
    • Uses actual numerical dissimilarities (e.g., Euclidean distance).
    • Assumes a linear relationship between dissimilarities and distances.
  2. Non-Metric MDS
    • Uses rank-order dissimilarities (e.g., survey ratings).
    • Allows for nonlinear relationships between similarity and spatial distance.

How to Perform MDS in SPSS

Step 1: Open Your Dataset

For this example, use the following dataset of consumer perceived similarities between five smartphone brands:

Brand Apple Samsung Google Xiaomi OnePlus
Apple 0 2 4 6 5
Samsung 2 0 3 5 4
Google 4 3 0 6 5
Xiaomi 6 5 6 0 3
OnePlus 5 4 5 3 0
  • The values represent perceived dissimilarities (lower values = more similar).
  • Goal: Visualize brand relationships using MDS.

Step 2: Access the MDS Tool in SPSS

  1. Go to Analyze > Scale > Multidimensional Scaling (PROXSCAL).
  2. Click Define Distance Matrix and enter the dissimilarity values.

Step 3: Customize MDS Options

  1. Click Model:
    • Choose Metric or Non-Metric MDS (Metric for numeric distances, Non-Metric for rank data).
    • Set Number of Dimensions (start with 2 for easy visualization).
  2. Click Options:
    • Select Stress Measures (to evaluate model fit).
    • Select Coordinate Plots (for visualization).
  3. Click Continue, then OK.

Interpreting the MDS Output

1. Stress Value (Goodness of Fit)

  • Indicates how well the MDS solution fits the data.
  • Lower stress values (≤ 0.1) indicate a good fit.

2. MDS Coordinate Plot

  • Displays objects (e.g., brands) in a two-dimensional space.
  • Closer points = More similar brands.
  • Example: If Apple and Samsung are close, they are perceived as similar.

3. Proximity Matrix

  • Confirms the distances between objects match their perceived dissimilarities.

Example Interpretation

Suppose you run MDS and get the following plot:

  • Apple and Samsung are closer together, suggesting consumers see them as similar.
  • Xiaomi is farther apart, indicating it is perceived differently.
  • Google and OnePlus are in between, showing mixed perceptions.

Conclusion: Apple and Samsung are direct competitors, while Xiaomi is positioned uniquely.


Practice Example: Perform MDS for Movie Genres

Use the following dataset of similarity ratings between movie genres:

Genre Action Comedy Drama Sci-Fi Horror
Action 0 4 6 2 5
Comedy 4 0 3 6 2
Drama 6 3 0 5 4
Sci-Fi 2 6 5 0 3
Horror 5 2 4 3 0
  1. Perform Multidimensional Scaling (MDS) in SPSS.
  2. Interpret the MDS Coordinate Plot to see which genres are perceived as similar.

Common Mistakes to Avoid

  1. Choosing Too Many Dimensions: Start with two or three dimensions for interpretability.
  2. Misinterpreting Distances: MDS only shows relative similarities, not exact distances.
  3. Forgetting to Check Stress Values: Ensure Stress < 0.1 for a good model fit.

Key Takeaways

MDS visualizes similarity or dissimilarity relationships in a low-dimensional space.
Metric MDS is used for numerical distances, while Non-Metric MDS is used for rankings.
Lower stress values indicate a better model fit.


What’s Next?

In Day 44, we’ll explore Canonical Correlation Analysis (CCA) in SPSS, a technique for examining relationships between two sets of variables. Stay tuned! 🚀