<?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 Multiple Contingency Tables - How do I get the name of the filter category in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225826#M44822</link>
    <description>&lt;P&gt;I am creating a report based on a very large set of Contingency tables created by using Fit Y by X,&amp;nbsp; by factor Z.&amp;nbsp;&amp;nbsp;Example:&lt;/P&gt;&lt;P&gt;A Data Table has three columns X, Y, Z&lt;/P&gt;&lt;P&gt;When I select &lt;STRONG&gt;Analyze&lt;/STRONG&gt;, &lt;STRONG&gt;Fit Y by X&lt;/STRONG&gt;, &lt;STRONG&gt;By&lt;/STRONG&gt; factor &lt;STRONG&gt;Z&lt;/STRONG&gt;,&amp;nbsp; I get all contigency tables, where each table is for each Z factor.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only row in each contingency table I want is the row% so I deselected display of the other three rows before selecting &lt;STRONG&gt;Make into a Data Table&lt;/STRONG&gt; after right clicking on the red arrow.&lt;/P&gt;&lt;P&gt;After turning off Mosic Plots and Tests, and leaving just the Contingency tables, I&amp;nbsp;want to concatenate all of these tables into a single table with a column that lists the Z factor for each table. Since each Z factor does not appear to be stored with each Contingency Table, how to I capture this Z factor data to be assocated with each contingency table?&lt;/P&gt;</description>
    <pubDate>Sun, 15 Sep 2019 12:52:01 GMT</pubDate>
    <dc:creator>JensRiege</dc:creator>
    <dc:date>2019-09-15T12:52:01Z</dc:date>
    <item>
      <title>Multiple Contingency Tables - How do I get the name of the filter category</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225826#M44822</link>
      <description>&lt;P&gt;I am creating a report based on a very large set of Contingency tables created by using Fit Y by X,&amp;nbsp; by factor Z.&amp;nbsp;&amp;nbsp;Example:&lt;/P&gt;&lt;P&gt;A Data Table has three columns X, Y, Z&lt;/P&gt;&lt;P&gt;When I select &lt;STRONG&gt;Analyze&lt;/STRONG&gt;, &lt;STRONG&gt;Fit Y by X&lt;/STRONG&gt;, &lt;STRONG&gt;By&lt;/STRONG&gt; factor &lt;STRONG&gt;Z&lt;/STRONG&gt;,&amp;nbsp; I get all contigency tables, where each table is for each Z factor.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only row in each contingency table I want is the row% so I deselected display of the other three rows before selecting &lt;STRONG&gt;Make into a Data Table&lt;/STRONG&gt; after right clicking on the red arrow.&lt;/P&gt;&lt;P&gt;After turning off Mosic Plots and Tests, and leaving just the Contingency tables, I&amp;nbsp;want to concatenate all of these tables into a single table with a column that lists the Z factor for each table. Since each Z factor does not appear to be stored with each Contingency Table, how to I capture this Z factor data to be assocated with each contingency table?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 12:52:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225826#M44822</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2019-09-15T12:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Contingency Tables - How do I get the name of the filter category</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225837#M44824</link>
      <description>&lt;P&gt;This is some of the code I have so far, assuming that there are multiple contingency tables open:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Clear Log();
// Create a list of all table names:
dtList = {};
For( i = 1, i &amp;lt;= N Table(), i++,
	dt = Data Table( i );
	Insert Into( dtList, dt );
);
Eval( dtList[1] ) &amp;lt;&amp;lt; New Column( "added column", set each value( 5 ) );
Show( dtList );

// Trying to create a single table from all of the Open Contingency Tables
For( i = N Table(), i &amp;gt;= 0, i--,
	Concatenate( dtList[i], "Append to first table", "Create source column" )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Sep 2019 12:13:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225837#M44824</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2019-09-16T12:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Contingency Tables - How do I get the name of the filter category</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225841#M44826</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9699"&gt;@JensRiege&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i would attempt using other platforms to produce the final table you are looking for.&lt;/P&gt;
&lt;P&gt;the first thing that comes in mind is Analyze &amp;gt;&amp;gt; Tabulate.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 986px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/19276i5E0315895F401D50/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;second option: Table &amp;gt;&amp;gt; summary&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/19277iAD365642569DE745/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i find these much more&amp;nbsp;versatile and controllable.&lt;/P&gt;
&lt;P&gt;please let us know if this helps at all.&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 16:15:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/225841#M44826</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2019-09-15T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Contingency Tables - How do I get the name of the filter category</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/226082#M44865</link>
      <description>&lt;P&gt;Thank you Ron for your suggestion.&lt;/P&gt;&lt;P&gt;I am reviewing the documentation on the Tabulate Platform to see if I can get the same results that the Contingency Analysis provides in the Analyze Fit Y by X platform.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 15:10:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/226082#M44865</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2019-09-17T15:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Contingency Tables - How do I get the name of the filter category</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/226153#M44883</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9699"&gt;@JensRiege&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Try to see the two scripts in the attached data table.&lt;/P&gt;
&lt;P&gt;if you need any help from there let us know.&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 20:01:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Contingency-Tables-How-do-I-get-the-name-of-the-filter/m-p/226153#M44883</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2019-09-17T20:01:09Z</dc:date>
    </item>
  </channel>
</rss>

