<?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 select a subset of a data table given a subset of rows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394294#M64466</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;data = dt &amp;lt;&amp;lt; Subset( Rows(rows), selected columns(0));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Try the above.&amp;nbsp; I am assuming that your variable rows contains a matrix to the row numbers you want subsetted.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 21:20:09 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-06-17T21:20:09Z</dc:date>
    <item>
      <title>How to select a subset of a data table given a subset of rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394275#M64463</link>
      <description>&lt;P&gt;Hi this should be fairly simple to knock out.&lt;/P&gt;&lt;P&gt;How do I select a subset of a data table, all columns, given a subset of its rows?&lt;/P&gt;&lt;P&gt;I didn't see anything about this in the scripting index, neither in select where nor in subset. But apologies if it's obviously found somewhere. I just didn't find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:32:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394275#M64463</guid>
      <dc:creator>mostarr</dc:creator>
      <dc:date>2023-06-10T23:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a subset of a data table given a subset of rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394286#M64464</link>
      <description>&lt;P&gt;I tried&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;data = dt &amp;lt;&amp;lt; Subset( Rows(rows));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but it only gave me individual data tables (subsets, so, technically correct) of the first column of the row. I don't know why.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:12:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394286#M64464</guid>
      <dc:creator>mostarr</dc:creator>
      <dc:date>2021-06-17T21:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a subset of a data table given a subset of rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394294#M64466</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;data = dt &amp;lt;&amp;lt; Subset( Rows(rows), selected columns(0));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Try the above.&amp;nbsp; I am assuming that your variable rows contains a matrix to the row numbers you want subsetted.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:20:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394294#M64466</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-17T21:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a subset of a data table given a subset of rows</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394308#M64468</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;row = dt &amp;lt;&amp;lt; Get Rows (row_num);&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;seems to do the trick. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:34:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-a-subset-of-a-data-table-given-a-subset-of-rows/m-p/394308#M64468</guid>
      <dc:creator>mostarr</dc:creator>
      <dc:date>2021-06-17T21:34:45Z</dc:date>
    </item>
  </channel>
</rss>

