<?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: Sorting Data into Categories in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734830#M91575</link>
    <description>&lt;P&gt;Select your column and create binning formula&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1710394205789.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62189i02FD05DDAB8B43CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1710394205789.png" alt="jthi_0-1710394205789.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There you can find few different options for the binning&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1710394234528.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62190i1A25C9329C368FA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1710394234528.png" alt="jthi_1-1710394234528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If that doesn't work you can write your own custom formula using Col Std Dev and Col Mean&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 05:31:21 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-03-14T05:31:21Z</dc:date>
    <item>
      <title>Sorting Data into Categories</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734670#M91571</link>
      <description>&lt;P&gt;I have a column of data that I'd like to separated into 5 categories (well above average, above average, average, below average, well below average). Average would be the mean. The standard deviation between each category would be 1.5.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 23:35:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734670#M91571</guid>
      <dc:creator>OrdinaryOcelot7</dc:creator>
      <dc:date>2024-03-13T23:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Data into Categories</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734830#M91575</link>
      <description>&lt;P&gt;Select your column and create binning formula&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1710394205789.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62189i02FD05DDAB8B43CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1710394205789.png" alt="jthi_0-1710394205789.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There you can find few different options for the binning&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1710394234528.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62190i1A25C9329C368FA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1710394234528.png" alt="jthi_1-1710394234528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If that doesn't work you can write your own custom formula using Col Std Dev and Col Mean&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 05:31:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734830#M91575</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-03-14T05:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Data into Categories</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734849#M91576</link>
      <description>&lt;P&gt;I think this will work.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;As Constant(
	theMean = Col Mean( :target column );
	theSTD = Col Std Dev( :target column );
	theBinMatrix = Matrix( -99999999 ) || Matrix( theMean - 1.5 * theSTD ) ||
	Matrix( theMean - 0.5 * theSTD ) || Matrix( theMean + 0.5 * theSTD ) ||
	Matrix( theMean + 1.5 * theSTD );
);
Loc Sorted( theBinMatrix, Matrix( :target column ) )[1];&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Mar 2024 05:49:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-Data-into-Categories/m-p/734849#M91576</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-14T05:49:12Z</dc:date>
    </item>
  </channel>
</rss>

