<?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 How do I select columns by data type? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45414#M25958</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Is there a way to select columns by data type, quickly?&lt;/STRONG&gt; For example, I have a mixture of continuous and nominal columns in my data table and would like to make 2 subsets of this data table. One subset containing all continuous columns, and the other containing all nominal columns. I've managed to do this using “Columns Viewer” by selecting all columns, retrieving summary statistics, sorting by standard deviation, and selecting all columns with a standard deviation value that indicates they're continuous. It would be nice if there was a ‘Data Type’ section listed under “Find Columns with Properties” in “Columns Viewer.” I’m looking for an easier approach. An interactive approach, preferrably.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Columns Viewer" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7852i973510D67B12B5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmp1.png" alt="Columns Viewer" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Columns Viewer&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2017 18:04:21 GMT</pubDate>
    <dc:creator>oly1694</dc:creator>
    <dc:date>2017-10-03T18:04:21Z</dc:date>
    <item>
      <title>How do I select columns by data type?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45414#M25958</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Is there a way to select columns by data type, quickly?&lt;/STRONG&gt; For example, I have a mixture of continuous and nominal columns in my data table and would like to make 2 subsets of this data table. One subset containing all continuous columns, and the other containing all nominal columns. I've managed to do this using “Columns Viewer” by selecting all columns, retrieving summary statistics, sorting by standard deviation, and selecting all columns with a standard deviation value that indicates they're continuous. It would be nice if there was a ‘Data Type’ section listed under “Find Columns with Properties” in “Columns Viewer.” I’m looking for an easier approach. An interactive approach, preferrably.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Columns Viewer" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7852i973510D67B12B5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmp1.png" alt="Columns Viewer" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Columns Viewer&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 18:04:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45414#M25958</guid>
      <dc:creator>oly1694</dc:creator>
      <dc:date>2017-10-03T18:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select columns by data type?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45415#M25959</link>
      <description>&lt;P&gt;In the interactive world, you can use the Column Viewer and under the red triangle, you will find the ability to select columns based upon Modeling Type.&amp;nbsp; Just select the modeling types you want, and then just click on Subset&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one way, and the easiest way I know of in JSL:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nomdata = Current Data Table() &amp;lt;&amp;lt; get column names( nominal );
condata = Current Data Table() &amp;lt;&amp;lt; get column names( continuous );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 18:14:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45415#M25959</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-10-03T18:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select columns by data type?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45420#M25962</link>
      <description>&lt;P&gt;I see, thank you! Much easier than I thought, glad I asked before continuing further.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Columns Viewer" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7854iE12E78AF52B6B9C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmp2.png" alt="Columns Viewer" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Columns Viewer&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 18:26:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-select-columns-by-data-type/m-p/45420#M25962</guid>
      <dc:creator>oly1694</dc:creator>
      <dc:date>2017-10-03T18:26:28Z</dc:date>
    </item>
  </channel>
</rss>

