<?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: Count value in multiple characters and mark position? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765220#M94478</link>
    <description>&lt;P&gt;Hi Jim, Thank you, I try to combine the pattern of data. In general, my data positions 1-5, 6-9,10-11,12-17, 18-22, 23-25, and 26-28 are the same categories if they have the same 0-2 points (without fixing position in each category) in addition, sometimes, the categories would be 11-17, 1 5 6 8 13 18 23 26, 2 7 19 24 25 27 28, 3 9, 4 20 22, and 21. And I want to find other patterns in all the data. Could you please to guide me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 18:45:32 GMT</pubDate>
    <dc:creator>doraemengs</dc:creator>
    <dc:date>2024-06-12T18:45:32Z</dc:date>
    <item>
      <title>Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765017#M94444</link>
      <description>&lt;P&gt;Hi, how can I count the number 0,1,2 from the 1 characteristic column as below? Thank you so much! (x = missing)&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Pattern&lt;/TD&gt;&lt;TD&gt;Count 0&lt;/TD&gt;&lt;TD&gt;Count 1&lt;/TD&gt;&lt;TD&gt;Count 2&lt;/TD&gt;&lt;TD&gt;Position 0&lt;/TD&gt;&lt;TD&gt;Position 1&lt;/TD&gt;&lt;TD&gt;Position 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;x,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;26&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;0&lt;/TD&gt;&lt;TD&gt;2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2,2,2,2,2,0,0,0,0,0,0,1,1,1,2,0,1,1,1,2,2,2,0,0,0,0,0,0&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;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0&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;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1&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;/TR&gt;&lt;TR&gt;&lt;TD&gt;2,2,2,2,2,2,2,2,0,2,2,2,0,0,0,1,2,2,2,2,2,2,2,2,2,2,2,2&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;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:10:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765017#M94444</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765037#M94445</link>
      <description>&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/matrix-functions.shtml?os=win&amp;amp;source=application#ww2682950" target="_blank" rel="noopener"&gt;Loc()&lt;/A&gt; can get you the indices. Below is quick and dirty solution&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table("Untitled",
	Add Rows(5),
	Compress File When Saved(1),
	New Column("Pattern",
		Character,
		"Nominal",
		Set Values(
			{"x,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
			"2,2,2,2,2,0,0,0,0,0,0,1,1,1,2,0,1,1,1,2,2,2,0,0,0,0,0,0",
			"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0",
			"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1",
			"2,2,2,2,2,2,2,2,0,2,2,2,0,0,0,1,2,2,2,2,2,2,2,2,2,2,2,2"}
		)
	)
);

vals = {"0", "1", "2"};

For Each({val}, vals,
	new_col1 = dt &amp;lt;&amp;lt; New Column("Count " || val, Numeric, Continuous, Formula(
		N Items(Loc(Words(:Pattern, ","), val));
	));
	new_col2 = dt &amp;lt;&amp;lt; New Column("Position " || val, Character, Nominal, Formula(
		Char(Substitute(Char(Loc(Words(:Pattern, ","), val);), "[", "", "]", "", " ", ""));
	));
	dt &amp;lt;&amp;lt; run formulas;
	new_col1 &amp;lt;&amp;lt; delete formula;
	new_col2 &amp;lt;&amp;lt; delete formula;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:20:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765037#M94445</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-12T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765038#M94446</link>
      <description>&lt;P&gt;Hi jthi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help. But if I have multiple rows, can I use the matrix or other command instead of the&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;Set Values(
			{"x,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
			"2,2,2,2,2,0,0,0,0,0,0,1,1,1,2,0,1,1,1,2,2,2,0,0,0,0,0,0",
			"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0",
			"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1",
			"2,2,2,2,2,2,2,2,0,2,2,2,0,0,0,1,2,2,2,2,2,2,2,2,2,2,2,2"}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:26:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765038#M94446</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T14:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765039#M94447</link>
      <description>&lt;P&gt;Get the reference to your datatable to dt variable (for example Open() will return a reference to the table which was opened) and the script should work as long the column is named Pattern&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:32:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765039#M94447</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-12T14:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765041#M94448</link>
      <description>&lt;P&gt;Thank you, but I mean that I have 6453 rows (that I need to copy all of the data into "set value { }". Could you please provide me with a better solution to this? Thank you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:42:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765041#M94448</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765042#M94449</link>
      <description>&lt;P&gt;You don't need to copy anything. Just get a reference to your data table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("pathtomytable");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Datatable("mytablename")&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or (usually bad option but does what you need it to from time to time)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You use the one which fits your needs to replace this part of my solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table("Untitled",
	Add Rows(5),
	Compress File When Saved(1),
	New Column("Pattern",
		Character,
		"Nominal",
		Set Values(
			{"x,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
			"2,2,2,2,2,0,0,0,0,0,0,1,1,1,2,0,1,1,1,2,2,2,0,0,0,0,0,0",
			"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0",
			"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1",
			"2,2,2,2,2,2,2,2,0,2,2,2,0,0,0,1,2,2,2,2,2,2,2,2,2,2,2,2"}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;LI-SPOILER&gt;For example&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Current Data Table();

vals = {"0", "1", "2"};

For Each({val}, vals,
	new_col1 = dt &amp;lt;&amp;lt; New Column("Count " || val, Numeric, Continuous, Formula(
		N Items(Loc(Words(:Pattern, ","), val));
	));
	new_col2 = dt &amp;lt;&amp;lt; New Column("Position " || val, Character, Nominal, Formula(
		Char(Substitute(Char(Loc(Words(:Pattern, ","), val);), "[", "", "]", "", " ", ""));
	));
	dt &amp;lt;&amp;lt; run formulas;
	new_col1 &amp;lt;&amp;lt; delete formula;
	new_col2 &amp;lt;&amp;lt; delete formula;
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:46:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765042#M94449</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-12T14:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765063#M94450</link>
      <description>&lt;P&gt;Hi Jarmo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. It's work.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:52:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765063#M94450</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765073#M94451</link>
      <description>&lt;P&gt;Are you saying that your actual data are currently in a JMP matrix, not in a JMP data table?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 14:54:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765073#M94451</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-06-12T14:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765114#M94459</link>
      <description>&lt;P&gt;Hi Jim,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's my fault understood. My data is on the JMP table. It's already worked on Jarmo advised. In addition, do you have an idea to make the data in "pattern" column&amp;nbsp;to group it in the same groups?. such as positions 1-5 with the value of 1 is the same as positions 6-8 with the value of 1. (how to generate the same pattern of value in multiple positions?)&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Pattern&lt;/TD&gt;&lt;TD&gt;Pattern name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,1,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,x,0&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0,0,0,1,0,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,0,0,0,0,1,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 12 Jun 2024 15:34:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765114#M94459</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T15:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765167#M94465</link>
      <description>&lt;P&gt;There are a few different ways you can do this.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use Recode to create a new column which will have the new group values.&lt;/LI&gt;
&lt;LI&gt;Set the count column's Column Property called Value Labels, and use the option "Allow Ranges" to changes what the displayed values are&lt;/LI&gt;
&lt;LI&gt;Write a little script that creates a new column and does the binning
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();
dt &amp;lt;&amp;lt; New Column( "Count 1 Bins",
	character,
	set each value(
		If(
			:Count 1 &amp;lt;= 5, "1-5",
			:Count 1 &amp;lt;= 10, "6-10",
			:Count 1 &amp;lt;= 15, "11-15"
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 15:50:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765167#M94465</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-06-12T15:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765172#M94467</link>
      <description>&lt;P&gt;Hi Jim,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much, but when I try 1 and 2, it seems difficult due to a lot of data rows (6000+). The 3 dose not work because there are multiple patterns on it (2000 pattern of 28 positions in 6000 rows).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Theerachai&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 16:01:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765172#M94467</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765173#M94468</link>
      <description>&lt;P&gt;My misunderstanding. Now my response back to you is that I am sure JMP can do what you want.......if you can define the rules as to how to determine what a group is?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 16:36:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765173#M94468</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-06-12T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765220#M94478</link>
      <description>&lt;P&gt;Hi Jim, Thank you, I try to combine the pattern of data. In general, my data positions 1-5, 6-9,10-11,12-17, 18-22, 23-25, and 26-28 are the same categories if they have the same 0-2 points (without fixing position in each category) in addition, sometimes, the categories would be 11-17, 1 5 6 8 13 18 23 26, 2 7 19 24 25 27 28, 3 9, 4 20 22, and 21. And I want to find other patterns in all the data. Could you please to guide me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 18:45:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765220#M94478</guid>
      <dc:creator>doraemengs</dc:creator>
      <dc:date>2024-06-12T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count value in multiple characters and mark position?</title>
      <link>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765341#M94497</link>
      <description>&lt;P&gt;I remain confused.&amp;nbsp; You attached an example data table.&amp;nbsp; Would you please take a specific row(s) from the example data table and walk through the logic on how you would analyze the data from the row?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 09:41:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-value-in-multiple-characters-and-mark-position/m-p/765341#M94497</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-06-13T09:41:17Z</dc:date>
    </item>
  </channel>
</rss>

