Heat Map Example

Heat Map Example

Problem Statement

We have collected data on several different models of cars with respect to several parameters. Create a heat map for cyl, disp, hp and wt. Data is attached in attachement.

How to perform analysis

Step 1: Open Sigma Magic
  1. Click on the Sigma Magic button on the Excel toolbar.
  2. Click on the New button to create a new project.
Step 2: Add the analysis template
  1. Click on the Tool Wizard to add the analysis template.
  2. Click on Analytics and then Heat Map.


Step 3: Specify analysis options
A new worksheet will be added to your workbook. Analysis Setup will be automatically openedin the setup tab specify the survey results.



Click on the Data to specify the data required for this analysis.



If you need to make changes to the charts, specify the optional settings in the Charts tab.

 Labels:

  • Add a title for the chart.
  • Label the X-axis and Y-axis appropriately.

Appearance:

  • Adjust colors, font sizes, or other visual elements as needed.
  • Enable/disable gridlines or background shading.


Click the Verify tab to ensure all the inputs are okay and shown in a green checkmark.



Step 4: Generate analysis result
Click OK and then click Compute Outputs to get the final results.


Interpretating Results


    • The dataset consists of continuous numerical values.
    • The heat map is generated based on four variables: disp (displacement), hp (horsepower), wt (weight), and cyl (cylinders).
    • Both row and column dendrograms are used, meaning hierarchical clustering has been applied to group similar data points together.
    • This helps in identifying patterns and relationships between observations.
    • The lighter colors (yellow/white) indicate lower values, while the darker colors (red/maroon) represent higher values.
    • This makes it easy to spot high and low values in the dataset visually.
    • The column dendrogram clusters wt, cyl, hp, and disp, indicating some correlation between these variables.
    • disp and hp seem to have higher values compared to wt and cyl.
    • The $rowInd variable suggests that the dataset rows have been rearranged based on similarity.
    • The clustering helps in grouping similar observations together.
    • The $colInd variable [1 3 4 2] indicates that the columns were reordered during clustering.
    • This means disp, hp, cyl, and wt were placed in a different order than their original sequence.
    • The hierarchical tree (dendrogram) suggests that certain values of disp and hp cluster together, possibly showing a relationship between engine displacement and horsepower.
    • Closer branches in the dendrogram indicate higher similarity between data points.
    • The dataset has variations across different rows, with some observations having higher horsepower and displacement values while others remain lower.
    • Weight (wt) and cylinder count (cyl) seem to be relatively lower in variation compared to hp and disp.
    • The absence of specific row and column values (NULL values) suggests no additional constraints were applied to force a particular ordering.
    • The clustering is purely based on data similarity rather than predefined sorting.A heat map has been successfully created with hierarchical clustering.
    • The visualization helps in identifying relationships, grouping similar data points, and spotting patterns in the dataset effectively.

    • Related Articles

    • Heat Map Overview

      A heat map is a data visualization technique that represents values using variations in color. It is commonly used to display complex data patterns in a simple and intuitive manner, making it easier to identify trends, correlations, and outliers. How ...
    • Heat map frequently asked questions

      What is a heat map? A heat map is a data visualization technique that represents numerical data using color gradients to highlight patterns, trends, and intensities within a dataset. What are the different types of heat maps? Website Heat Maps ...
    • Tree Map Example

      Problem Statement Create a Tree Map for the Cars data using the variables disp, wt, and gear. How to perform analysis Step 1: Open Sigma Magic Click on the Sigma Magic button on the Excel toolbar. Click on the New button to create a new project. Step ...
    • Culture Map Example

      Problem Statement Select a department and perform a culture assessment of this department. Determine the areas for improvement and what actions you would take to improve the work culture. How to perform analysis Step 1: Open Sigma Magic Click on the ...
    • Tree map frequently asked questions

      What is a Tree Map? A Tree Map in Sigma Magic is a hierarchical data visualization tool that represents data using nested rectangles. The size of each rectangle is proportional to the value it represents, making it useful for comparing multiple ...