<?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: JSL, delete a column if there's only 1 'group', labeled in another column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461605#M70653</link>
    <description>&lt;P&gt;The Missing Data Pattern platform&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Missing Data Pattern&lt;/P&gt;
&lt;P&gt;can identify the rows that have specific patterns of missing values.&amp;nbsp; From that, you can select the rows with the specified patterns, and then delete the rows.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 22:53:52 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-02-16T22:53:52Z</dc:date>
    <item>
      <title>JSL, delete a column if there's only 1 'group', labeled in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461602#M70652</link>
      <description>&lt;P&gt;Curious about this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a dt with several thousand columns that I'm scripting some cleansing for further analysis. The data set is process data, where each row is a unique process run from a given machine. Some machines don't report out all the full list of sensors, so I'm stuck with a few hundred columns only coming from a single machine. I'd like to purge these, as I can't do any statistical comparisons with this data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:44:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461602#M70652</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2023-06-10T23:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: JSL, delete a column if there's only 1 'group', labeled in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461605#M70653</link>
      <description>&lt;P&gt;The Missing Data Pattern platform&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Missing Data Pattern&lt;/P&gt;
&lt;P&gt;can identify the rows that have specific patterns of missing values.&amp;nbsp; From that, you can select the rows with the specified patterns, and then delete the rows.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:53:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461605#M70653</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-16T22:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: JSL, delete a column if there's only 1 'group', labeled in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461610#M70654</link>
      <description>&lt;P&gt;hmm..I'm looking at that now. Not really sure how to replicate that in script?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:56:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461610#M70654</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2022-02-16T22:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: JSL, delete a column if there's only 1 'group', labeled in another column?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461655#M70657</link>
      <description>&lt;P&gt;All of the JMP platforms are scriptable.&amp;nbsp; And, if you run them interactively, they will allow you to have JMP provide you with the script that will generate the output.&lt;/P&gt;
&lt;P&gt;For the Missing Data Pattern, the data table created contains a "Source" entry that has the JSL that will run the platform.&amp;nbsp; Here is a sample of the source code from the simple example I ran the platform on&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "big class" ) &amp;lt;&amp;lt; Missing Data Pattern(
	columns( :height, :weight ),
	Output Table( "Missing Data Pattern" )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Feb 2022 00:48:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-delete-a-column-if-there-s-only-1-group-labeled-in-another/m-p/461655#M70657</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-17T00:48:56Z</dc:date>
    </item>
  </channel>
</rss>

