<?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 analyze pairs of parameters in one variou in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/471021#M71531</link>
    <description>&lt;P&gt;If I understand your example, I believe you want to subset your table by system.&amp;nbsp; Then join each subset table to itself using a Cartesian Join.&amp;nbsp; This will give you 3 tables that each contains 2 columns.&amp;nbsp; Each table represents all possible pairings of parts in each system.&amp;nbsp; In all three tables, name the columns the same.&amp;nbsp; For example, "First" and "Second".&amp;nbsp; Next, concatenate the 3 tables together.&amp;nbsp; You can then tabulate the final concatenated table to get the counts you want.&amp;nbsp; Below are the steps reiterated with pictures.&amp;nbsp; Note, however, that the result is not the same as you posted for the example.&amp;nbsp; For example, you point out that the pair A-D doesn't exist at all, but I think it does exist in system 1.&amp;nbsp; Correct me if I misunderstand.&amp;nbsp; Also, your example table has part A listed in system 1 twice.&amp;nbsp; I assumed that was a mistake and deleted the replicate.&amp;nbsp; If that is a bad assumption, how do you want to handle replicates?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1:&amp;nbsp; Subset by system to get 3 tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; · Choose Tables -&amp;gt; Subset, check Subset by and select the system column:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_3-1647552581699.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40929i429503DDB31174C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_3-1647552581699.png" alt="_jr_3-1647552581699.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· JMP will give you 3 new tables:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_0-1647551745509.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40926i6A03E1AB7ECE17B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_0-1647551745509.png" alt="_jr_0-1647551745509.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Step 2: Cartesian Join each subset table to itself and rename columns to be the same in each table&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· For each subset table, make a copy of the table to join back to itself.&amp;nbsp; Choose Table -&amp;gt; Subset.&amp;nbsp; Then with All Rows and All Columns selected, click OK.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_4-1647552861466.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40930iD5BB8025880A00A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_4-1647552861466.png" alt="_jr_4-1647552861466.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· Next join the 2 identical tables.&amp;nbsp; From the menu of one table choose Table -&amp;gt; Join.&amp;nbsp; Then select the other identical table and choose Cartesian Join in the Matching Specification drop down box.&amp;nbsp; Click OK.&amp;nbsp; When the new table is created, you can close the 2 tables you just joined, you won't need those anymore.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_5-1647553113905.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40931i45C117435EDB2345/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_5-1647553113905.png" alt="_jr_5-1647553113905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Repeat this step for each of the 3 system tables to get the 3 tables of possible pairs within each system.&amp;nbsp; Don't forget to rename the columns in each table so when you later concatenate them, the columns will stack appropriately.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_1-1647551969818.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40927iA6FC32B727FF690C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_1-1647551969818.png" alt="_jr_1-1647551969818.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Step 3: Concatenate the 3 tables together and tabulate one column against the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· Choose Tables -&amp;gt; Concatenate.&amp;nbsp; Then add the 3 tables into the "Data Tables to be Concatenated" box.&amp;nbsp; Click OK.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_6-1647553499931.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40932iD5F46F8E42377F72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_6-1647553499931.png" alt="_jr_6-1647553499931.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· Finally, from the table just created, choose Analyze -&amp;gt; Tabulate and drag the two columns into the drop zones for Rows and Columns to get the tabulation shown below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_2-1647552181108.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40928i3A38E628E6949602/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_2-1647552181108.png" alt="_jr_2-1647552181108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 21:47:44 GMT</pubDate>
    <dc:creator>Jasean</dc:creator>
    <dc:date>2022-03-17T21:47:44Z</dc:date>
    <item>
      <title>How to analyze pairs of parameters in one variable</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/470558#M71477</link>
      <description>&lt;P&gt;Hi! I will try to explain my problem again.&lt;BR /&gt;&lt;BR /&gt;I have two columns. One with Systems ID,&lt;BR /&gt;And second with Parts.&lt;BR /&gt;&lt;BR /&gt;I would like to find if pair parts exist. Mean, I would like to build a list or table with all the possible pair, and and the amount of presence of each pair.&lt;BR /&gt;&lt;BR /&gt;Presence means: two of the parts presence in the same systems&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:45:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/470558#M71477</guid>
      <dc:creator>Talchaim-Damri</dc:creator>
      <dc:date>2023-06-10T23:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze pairs of parameters in one variou</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/470581#M71479</link>
      <description>&lt;P&gt;Did you try to use --&amp;gt;table --&amp;gt; summary grouping by Part or tablulate?&lt;/P&gt;
&lt;P&gt;Thats a very easy way to see, if one parts has several ID's. Also you can try rows --&amp;gt; row selection --&amp;gt; select duplicate rows for col Part, that will select the Parts that are twice and more in the table.&lt;/P&gt;
&lt;P&gt;See also JMP online help for this. The question also is how you want to perform (Script, Formula, GUI ...) and it would be very helpful, if you could provide an example and what exactly you expect to see.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 08:11:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/470581#M71479</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-03-17T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze pairs of parameters in one variou</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/470708#M71485</link>
      <description>&lt;P&gt;Hi, thanks for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, I tried this, but it is not what I looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to give an example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lets say this is the data:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;system&lt;/TD&gt;&lt;TD&gt;part&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;G&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the results that I look for is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;G&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;G&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll explain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a pair A-B in system 1 and system 3 - so rank 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;A-C are unique to system 1 - ranked as 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;The pair A-D doesn't exist at all - rank 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope I more clear now&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 09:40:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/470708#M71485</guid>
      <dc:creator>Talchaim-Damri</dc:creator>
      <dc:date>2022-03-17T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze pairs of parameters in one variou</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/471021#M71531</link>
      <description>&lt;P&gt;If I understand your example, I believe you want to subset your table by system.&amp;nbsp; Then join each subset table to itself using a Cartesian Join.&amp;nbsp; This will give you 3 tables that each contains 2 columns.&amp;nbsp; Each table represents all possible pairings of parts in each system.&amp;nbsp; In all three tables, name the columns the same.&amp;nbsp; For example, "First" and "Second".&amp;nbsp; Next, concatenate the 3 tables together.&amp;nbsp; You can then tabulate the final concatenated table to get the counts you want.&amp;nbsp; Below are the steps reiterated with pictures.&amp;nbsp; Note, however, that the result is not the same as you posted for the example.&amp;nbsp; For example, you point out that the pair A-D doesn't exist at all, but I think it does exist in system 1.&amp;nbsp; Correct me if I misunderstand.&amp;nbsp; Also, your example table has part A listed in system 1 twice.&amp;nbsp; I assumed that was a mistake and deleted the replicate.&amp;nbsp; If that is a bad assumption, how do you want to handle replicates?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1:&amp;nbsp; Subset by system to get 3 tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; · Choose Tables -&amp;gt; Subset, check Subset by and select the system column:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_3-1647552581699.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40929i429503DDB31174C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_3-1647552581699.png" alt="_jr_3-1647552581699.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· JMP will give you 3 new tables:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_0-1647551745509.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40926i6A03E1AB7ECE17B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_0-1647551745509.png" alt="_jr_0-1647551745509.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Step 2: Cartesian Join each subset table to itself and rename columns to be the same in each table&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· For each subset table, make a copy of the table to join back to itself.&amp;nbsp; Choose Table -&amp;gt; Subset.&amp;nbsp; Then with All Rows and All Columns selected, click OK.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_4-1647552861466.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40930iD5BB8025880A00A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_4-1647552861466.png" alt="_jr_4-1647552861466.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· Next join the 2 identical tables.&amp;nbsp; From the menu of one table choose Table -&amp;gt; Join.&amp;nbsp; Then select the other identical table and choose Cartesian Join in the Matching Specification drop down box.&amp;nbsp; Click OK.&amp;nbsp; When the new table is created, you can close the 2 tables you just joined, you won't need those anymore.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_5-1647553113905.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40931i45C117435EDB2345/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_5-1647553113905.png" alt="_jr_5-1647553113905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Repeat this step for each of the 3 system tables to get the 3 tables of possible pairs within each system.&amp;nbsp; Don't forget to rename the columns in each table so when you later concatenate them, the columns will stack appropriately.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_1-1647551969818.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40927iA6FC32B727FF690C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_1-1647551969818.png" alt="_jr_1-1647551969818.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Step 3: Concatenate the 3 tables together and tabulate one column against the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· Choose Tables -&amp;gt; Concatenate.&amp;nbsp; Then add the 3 tables into the "Data Tables to be Concatenated" box.&amp;nbsp; Click OK.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_6-1647553499931.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40932iD5F46F8E42377F72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_6-1647553499931.png" alt="_jr_6-1647553499931.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;· Finally, from the table just created, choose Analyze -&amp;gt; Tabulate and drag the two columns into the drop zones for Rows and Columns to get the tabulation shown below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_jr_2-1647552181108.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40928i3A38E628E6949602/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_jr_2-1647552181108.png" alt="_jr_2-1647552181108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 21:47:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/471021#M71531</guid>
      <dc:creator>Jasean</dc:creator>
      <dc:date>2022-03-17T21:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze pairs of parameters in one variou</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/471231#M71554</link>
      <description>&lt;P&gt;Hi Thank!.&lt;/P&gt;&lt;P&gt;1. Yes, systems 1 include pair A-D. My mistake :hushed_face:&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.. If just one duplicate (A or D) occurs - ignore it. If both duplicate - I would like to count two copies.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3. This method look good, but I have dozens of systems and dozens of tools, Maybe there other options?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏🏼&lt;/span&gt;&lt;BR /&gt;&lt;SPAN&gt;Talchaim&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:28:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-analyze-pairs-of-parameters-in-one-variable/m-p/471231#M71554</guid>
      <dc:creator>Talchaim-Damri</dc:creator>
      <dc:date>2022-03-18T14:28:06Z</dc:date>
    </item>
  </channel>
</rss>

