<?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 Re: How to get the table of values after constructing a histogram? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70088#M35158</link>
    <description>&lt;P&gt;Separately from the histogram you could use the &lt;STRONG&gt;If()&lt;/STRONG&gt; function in a column formula to assign a bin, then use &lt;STRONG&gt;Tables&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Summary&lt;/STRONG&gt; or &lt;STRONG&gt;Analyze&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Tabulate&lt;/STRONG&gt; to obtain the counts for each bin. Have you seen the &lt;STRONG&gt;Cols&lt;/STRONG&gt; &amp;gt;&amp;nbsp;&lt;STRONG&gt;Utilities &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Make Binning Formula&lt;/STRONG&gt; command?&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="Capture.PNG" style="width: 869px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12181iE58D257B9F610BAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of this action could be scripted.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Aug 2018 13:16:05 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2018-08-27T13:16:05Z</dc:date>
    <item>
      <title>How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/69323#M35071</link>
      <description>&lt;P&gt;After I generate a histogram of the entries in&amp;nbsp;a column, I would like to get out a table of the values of the individual bars&amp;nbsp;that I can list on each bar. How can I do that?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 17:45:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/69323#M35071</guid>
      <dc:creator>ranjan_mitre_or</dc:creator>
      <dc:date>2018-08-23T17:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/69548#M35110</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since nobody came up with an elegant solution, here is my rather ugly solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create your distribution graph: Distribution &amp;gt; xyz&lt;/LI&gt;&lt;LI&gt;In the analysis menu, choose Save &amp;gt; Level Midpoints (new column created at the end of your table)&lt;/LI&gt;&lt;LI&gt;Select Tabulate &amp;gt; Midpoint xyz --&amp;gt; Drop zone for rows&lt;/LI&gt;&lt;LI&gt;In the analysis menu, choose "Make into table" --&amp;gt; New table with column #1 = Midpoint values and column #2 count of items&lt;/LI&gt;&lt;LI&gt;To check that you have the right result, go to Graph Builder &amp;gt; X = Midpoint values and Y = count &amp;gt; Bar graph&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Let me know if you need the probability data (it's a bit more complicated)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 15:56:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/69548#M35110</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2018-08-24T15:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/69633#M35126</link>
      <description>&lt;P&gt;Highlight the bar you are interested in.&amp;nbsp; Rightclick and choose Subset - but make sure you have the column in the dataset you are interested in (the one you show the distribution of).&amp;nbsp; You will have a new dataset of the values in that bar.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 22:30:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/69633#M35126</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2018-08-24T22:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70084#M35155</link>
      <description>&lt;P&gt;That's not what I need. I&amp;nbsp;would like to calculate the Probability Mass Function corresponding to the histogram. So, I need to get out the number of values that are in each bin, that I will divide by the total number of bins to get the PMF.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 13:06:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70084#M35155</guid>
      <dc:creator>ranjan_mitre_or</dc:creator>
      <dc:date>2018-08-27T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70085#M35156</link>
      <description>So, what I need is an easy way to get out the table of counts. It's possible to do it manually, by listing the counts on each bar, but looking for an easier way, especially if I have a large number of bars in the histogram.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 27 Aug 2018 13:10:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70085#M35156</guid>
      <dc:creator>ranjan_mitre_or</dc:creator>
      <dc:date>2018-08-27T13:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70088#M35158</link>
      <description>&lt;P&gt;Separately from the histogram you could use the &lt;STRONG&gt;If()&lt;/STRONG&gt; function in a column formula to assign a bin, then use &lt;STRONG&gt;Tables&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Summary&lt;/STRONG&gt; or &lt;STRONG&gt;Analyze&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Tabulate&lt;/STRONG&gt; to obtain the counts for each bin. Have you seen the &lt;STRONG&gt;Cols&lt;/STRONG&gt; &amp;gt;&amp;nbsp;&lt;STRONG&gt;Utilities &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Make Binning Formula&lt;/STRONG&gt; command?&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="Capture.PNG" style="width: 869px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12181iE58D257B9F610BAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of this action could be scripted.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 13:16:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/70088#M35158</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-08-27T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/569189#M77974</link>
      <description>&lt;P&gt;And that is why we love to hate JMP.&amp;nbsp; Things that should be an obvious need take 30 non-intuitive clicks.&amp;nbsp; As powerful as JMP is, whoever is working on the UI needs to be sent back to school on the dime of the company.&amp;nbsp; I have been using JMP for over 25 years and it has only gotten worse.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 18:26:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/569189#M77974</guid>
      <dc:creator>GroovyGeek</dc:creator>
      <dc:date>2022-11-14T18:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the table of values after constructing a histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/569254#M77985</link>
      <description>&lt;P&gt;I'm sorry you feel that way. In this case, the answers given above aren't actually the right way to get count of rows in each bar in a table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is actually pretty easy to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just go to the red triangle menu at the top of the histogram and choose Save Level Numbers. You'll get a new column in your data table that lists the bar number for each row.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-11-14_17-02-41.978.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47329i11A727DF25892CD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2022-11-14_17-02-41.978.png" alt="2022-11-14_17-02-41.978.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now you can use &lt;STRONG&gt;Tables-&amp;gt;Summary&lt;/STRONG&gt; and group by &lt;EM&gt;Level [column name]&amp;nbsp;&lt;/EM&gt;and you'll get the table of counts per bar.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-11-14_17-16-15.243.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47330iEE256724D39CFE21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2022-11-14_17-16-15.243.png" alt="2022-11-14_17-16-15.243.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 22:17:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-table-of-values-after-constructing-a-histogram/m-p/569254#M77985</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2022-11-14T22:17:55Z</dc:date>
    </item>
  </channel>
</rss>

