<?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: Why is there no &amp;quot;col mode&amp;quot; function? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51493#M29191</link>
    <description>&lt;P&gt;See Craige's response below....it answers the question better&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; If you go to&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Statistics Index&lt;/P&gt;
&lt;P&gt;and scrolled down to "Mean" you would see where it is surfaced in JMP&lt;/P&gt;
&lt;P&gt;2. It is available under the red triangle options in the Distribution Platform&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Display Options==&amp;gt;Customize Summary Statistics&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customize.PNG" style="width: 264px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9373i2107DA84B31707C8/image-dimensions/264x585?v=v2" width="264" height="585" role="button" title="customize.PNG" alt="customize.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customize2.PNG" style="width: 277px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9374i61996FE2F3442FF3/image-dimensions/277x486?v=v2" width="277" height="486" role="button" title="customize2.PNG" alt="customize2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Feb 2018 13:34:21 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-02-17T13:34:21Z</dc:date>
    <item>
      <title>Why is there no "col mode" function?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51490#M29190</link>
      <description>&lt;P&gt;I'm a student learning with JMP, and I need to use the mode of a data table column in a conditional formula. JMP has col mean, col max, and several others, but no col mode. What is the reason, and what is the workaround?&lt;BR /&gt;I humbly acknowledge that I'm asking out of ignorance, but I've found no similar questions online, which usually means I'm using the wrong terms or the answer is obvious to those already in the field.&lt;BR /&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2018 02:41:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51490#M29190</guid>
      <dc:creator>mattrichie</dc:creator>
      <dc:date>2018-02-17T02:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there no "col mode" function?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51493#M29191</link>
      <description>&lt;P&gt;See Craige's response below....it answers the question better&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; If you go to&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Statistics Index&lt;/P&gt;
&lt;P&gt;and scrolled down to "Mean" you would see where it is surfaced in JMP&lt;/P&gt;
&lt;P&gt;2. It is available under the red triangle options in the Distribution Platform&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Display Options==&amp;gt;Customize Summary Statistics&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customize.PNG" style="width: 264px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9373i2107DA84B31707C8/image-dimensions/264x585?v=v2" width="264" height="585" role="button" title="customize.PNG" alt="customize.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customize2.PNG" style="width: 277px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9374i61996FE2F3442FF3/image-dimensions/277x486?v=v2" width="277" height="486" role="button" title="customize2.PNG" alt="customize2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2018 13:34:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51493#M29191</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-02-17T13:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there no "col mode" function?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51496#M29192</link>
      <description>&lt;P&gt;There is also a mode function that finds the most common value in a matrix; you can turn it into a column function like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$sample_data\big class.jmp" );
dt &amp;lt;&amp;lt; New Column( "age centered on mode",
    formula( :age - As Constant( Mode( dt:age &amp;lt;&amp;lt; getvalues ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The &amp;lt;&amp;lt;getValues message returns a matrix of values from the age column. The AsConstant function calculate the mode once, and treats that value as a constant for the rest of the column (speeds it up, not strictly necessary).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Column using Mode" style="width: 413px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9375iA1900E17F9FA7C51/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Column using Mode" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Column using Mode&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can change mode to mean and see a different set of numbers.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2018 11:24:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51496#M29192</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2018-02-17T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there no "col mode" function?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51501#M29196</link>
      <description>&lt;P&gt;Thanks for the input!&lt;/P&gt;&lt;P&gt;I'm not sure that my original question was clear, but based on your suggestions I was able to creat this solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( Is Missing( :OCCUP_CD ),
Mode( :OCCUP_CD &amp;lt;&amp;lt; get values ),
:OCCUP_CD
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The one snag I hit is that the mode for one column is "missing" (there are more missing values than any other category).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2018 02:21:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-there-no-quot-col-mode-quot-function/m-p/51501#M29196</guid>
      <dc:creator>mattrichie</dc:creator>
      <dc:date>2018-02-18T02:21:15Z</dc:date>
    </item>
  </channel>
</rss>

