<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Heatmap - statistics options in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621522#M82054</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found that heatmap set color from light to dark based on the count by default.&lt;/P&gt;&lt;P&gt;When I drag a continuous variable into the box "color" and it shows me the mean also by color. It's pretty cool!&lt;/P&gt;&lt;P&gt;If I want the heatmap shows me the sum or other statistics, do I have the option? If so, how I can do it and thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Canh&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 01:00:32 GMT</pubDate>
    <dc:creator>CanhKhong</dc:creator>
    <dc:date>2023-06-09T01:00:32Z</dc:date>
    <item>
      <title>Heatmap - statistics options</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621522#M82054</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found that heatmap set color from light to dark based on the count by default.&lt;/P&gt;&lt;P&gt;When I drag a continuous variable into the box "color" and it shows me the mean also by color. It's pretty cool!&lt;/P&gt;&lt;P&gt;If I want the heatmap shows me the sum or other statistics, do I have the option? If so, how I can do it and thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Canh&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 01:00:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621522#M82054</guid>
      <dc:creator>CanhKhong</dc:creator>
      <dc:date>2023-06-09T01:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap - statistics options</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621554#M82059</link>
      <description>&lt;P&gt;You can right click on the color dropzone and go to Summary Statistics.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt; is available&amp;nbsp; - like many other variants:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1681154152074.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51872i8B63839E403D8B86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1681154152074.png" alt="hogi_0-1681154152074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:16:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621554#M82059</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-10T19:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap - statistics options</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621556#M82060</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9175"&gt;@CanhKhong&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After enabling a caption box in your graph, pointed to by the red arrow, you can use the options in the control panel to add more metrics.&amp;nbsp; For each statistic you want an additional "Summary Statistic" dropdown selection boxes will appear after you select a statistic in the dropdowns available.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StarfruitBob_0-1681154218325.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51873i206E07BBAF6268E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StarfruitBob_0-1681154218325.png" alt="StarfruitBob_0-1681154218325.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);

dt = open( "SAMPLE_DATA/Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 559, 491 ),
	Fit to Window,
	Set α Level( 0.05 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements(
		Heatmap( X, Y, Legend( 5 ) ),
		Caption Box(
			X,
			Y,
			Legend( 6 ),
			Summary Statistic( "Mean" ),
			Summary Statistic 2( "Median" )
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:19:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621556#M82060</guid>
      <dc:creator>StarfruitBob</dc:creator>
      <dc:date>2023-04-10T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap - statistics options</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621603#M82065</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 21:48:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-statistics-options/m-p/621603#M82065</guid>
      <dc:creator>CanhKhong</dc:creator>
      <dc:date>2023-04-10T21:48:24Z</dc:date>
    </item>
  </channel>
</rss>

