Toggle navigation
Home
▼ Details
Products and pricing
Chart gallery
User stories
Text analytics
CDC NAMCS Library
Blog
Tutorials
Contact
Sign in
Post Editor
← All blog posts
View post
Save
<p><script src="/javascripts/marked.js"></script></p> <p><script src="/javascripts/highlight.pack.js"></script></p> <link rel="stylesheet" href="/stylesheets/highlight-github.css"/> <p>Perceptual maps can be a useful way to concisely visualize associations among multiple variables. Protobi can create a perceptual map based on principal components analysis for many types of crosstabs. </p> <p><img src="/images/blog/2018-02-12-perceptual/pmap-word-vs-setting.png" style="width:600px; text-align: center; display:block"/> <!--more--></p> <h2 id="algorithm">Algorithm</h2> <p>The algorithm uses principal components analysis to project the columns as axes onto a two dimensional chart, and plot the row values with a minimum of distortion. </p> <p>Principal components attempts to preserve the absolute not just the relative values. For instance an attribute where brands are all rated equally highly will be considered quite different from an attribute where brands are all rated equally poorly.</p> <p>Protobi automatically rotates the axes of the axes to your preferred orientation, shows the exact details in a tooltip when you hover, and draws the projection lines.</p> <h2 id="applicability">Applicability</h2> <p>Perceptual Maps can be calculated for crosstabs where the rows are defined by an individual categorical variable, or by a compact group of variables summarized by their mean or top-box percentages. </p> <p>Here the perceptual map is created for this crosstab <img src="/images/blog/2018-02-12-perceptual/pmap-crosstab.png" style="width:600px; text-align: center; display:block"/></p> <p>To specify a Perceptual Map for a crosstab, select "More properties..." from the context menu and under "Chart Type" choose "PMap".</p> <h2 id="chart-options">Chart options</h2> <p>Some customization may be useful, for instance:</p> <ul> <li>setting filters to exclude columns with small N sizes</li> <li>exclude certain rows with outlier values, like "Other (specify)"</li> </ul> <p>Under the JSON, you can select additional options:</p> <ul> <li><code>rotateAxis</code>: (default <code>0</code>) Specify which axis to rotate the graph. <code>0</code> is the first column, <code>1</code> is the second, etc.</li> <li><code>rotateAngle</code>: (default <code>0</code>) Specify angle the axis should be rotated, in degrees. <code>0</code> is horizontal to the right, <code>90</code> is one quarter turn counterclockwise.</li> <li><p><code>flip</code>: (default <code>false</code>) Whether to flip chart into mirror image. </p> </li> <li><p><code>showLabels</code>: (default `true') Whether to show labels next to points</p> </li> <li><code>showLegend</code>: (default `true') Whether to to show the legend</li> <li><code>legendWidth</code>: (default `200') Width of legend</li> </ul> <h2 id="reference">Reference</h2> <p>See J. Gowert, P. Groenen, M. Van de Velden (2010) "Perceptual maps: the good, the bad and the ugly", Erasmus School of Economics, Erasmus University, Rotteradam. John Gower (<a href="http://statistics.open.ac.uk/802576CB00593013/(httpInfoFiles)/F8DD66935DE1C1218025778900364290/$file/perceptual5.pdf">http://statistics.open.ac.uk/802576CB00593013/(httpInfoFiles)/F8DD66935DE1C1218025778900364290/$file/perceptual5.pdf</a>)</p> <h2 id="beta-availability">Beta availability</h2> <p>Perceptual maps are available under the <a href="https://help.protobi.com/editaccess/charttypes">Chart types dialog</a>.</p>
Date
Status
Published
Draft
Slug
edit
Thumbnail
Categories
Manage
Release
Features
Datasets
Surveys
Tips
NAMCS
Applications
Crosstab
Tutorial
Design
Concepts
Segmentation
Examples
Blog Test Category
Delete
Convert to MD