<?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: Graph Builder: Unclear statistics when using multiple response columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/766137#M94612</link>
    <description>&lt;P&gt;maybe with Consumer Research/Categorical Response Study?&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Question-related-to-multiple-response-variable-how-to-generate/m-p/766131/highlight/true#M94610" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/Question-related-to-multiple-response-variable-how-to-generate/m-p/766131/highlight/true#M94610&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Categorical(
	Count Missing Responses( 1 ),
	Multiple Delimited( :countries visited )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;student's who travel a lot count N times - even in the denominator!&lt;BR /&gt;→ fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;students which don't travel don't count!&lt;/P&gt;&lt;P&gt;→ fixed via&amp;nbsp;&lt;CODE class=" language-jsl"&gt;Count Missing Responses( 1 )&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and - tada! - [the statistics at the bottom]:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1718444778478.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65260iD2DC95C0CE26E050/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1718444778478.png" alt="hogi_2-1718444778478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Categorical(
	Count Missing Responses( 1 ),
	Multiple Delimited( :countries visited ),
	Legend( 0 ),
	Local Data Filter(
		Close Outline( 1 ),
		Add Filter(
			columns( :age ),
			Where( :age == 14 )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jun 2024 09:48:10 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-06-15T09:48:10Z</dc:date>
    <item>
      <title>Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/753769#M93570</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a problem reagrding statistics/bar graphs using multiple response columns. As an example, I will use the Big Class Families data table, and I'm using JMP18.&lt;BR /&gt;I want to plot the fraction of persons, which have visited specific countries, for simplicity I restricted the age to 14. I made a graph builder with the following script:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
Size( 1097, 475 ),
Legend Position( "Right" ),
Fit to Window( "Off" ),
Summary Statistic( "Median" ),
Order Statistic( "Median" ),
Variables( X( :countries visited ), Group X( :age ) ),
Elements(
Bar(
X,
Legend( 5 ),
Summary Statistic( "N" ),
Label( "Label by Percent of Total Values" )
),
Caption Box( X, Legend( 6 ), Summary Statistic( "Median" ) )
),
Local Data Filter(
Add Filter(
columns( :age ),
Where( :age == 14 ),
Display( :age, N Items( 6 ) )
)
)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gnu23_1-1715588113825.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64142i1E9BAAA4C1690AE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gnu23_1-1715588113825.png" alt="gnu23_1-1715588113825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The percentage labels on the bar plot show values of 9.1 and 18% for counts of 1 and 2, respectively. I would expect (correct me if I'm wrong) to have a value of 1/12~ 8.3% and 2/12 ~ 17% if the percentage is calculated with the number of persons in the respective age (12) as a base value. For some reason, JMP seems to use the number of responses as the base value for the percentage calculation (which is 11 in this case, so 1/11 ~ 9.1% and 2/11 ~ 18%)&amp;nbsp;&lt;BR /&gt;Is it intended, that the number of responses is used as a base value for such calculation with Multiple Response columns instead of the number of respective rows? What is the best practice to plot the values like I intend (percentage respective to the number of rows as labels)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 08:24:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/753769#M93570</guid>
      <dc:creator>gnu23</dc:creator>
      <dc:date>2024-05-13T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/753805#M93572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47109"&gt;@gnu23&lt;/a&gt;&amp;nbsp;: The way you suggest (dividing by 12, the number of persons) would result in the sum = 100*(5/12 + 6/12) = 91.67%, which is less than 100%.&amp;nbsp; Dividing by number of responses (11) results in a total of 100*(5/11 + 6/11) = 100%, as it should. You could select "Include missing categories" (5/16) from the Graph Builder pull down red triangle to get a more complete view of the data. Or if you want to use the number of persons as your "n", you may have to change countries visited to a single nominal response and put "No response" (for counties visited) or something for non responders (or, as above, use the&amp;nbsp;&lt;SPAN&gt;"Include missing categories"&lt;/SPAN&gt; .option).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So...it depends on what you are trying to show on your plot. Are you focused on visits to a county (as shown) or travel history of individuals?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 09:14:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/753805#M93572</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2024-05-13T09:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754184#M93638</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7073"&gt;@MRB3855&lt;/a&gt;,&lt;BR /&gt;thank you for the fast response. I am aware that dividing by the number of rows would result in the sum of percentages being not 100%, which is quite logical in my opinion if you are dealing with columns which have "multiple responses". Using a single nominal response would be an option in this case, but it also reduces the functionality.&lt;BR /&gt;What I want to outline in the plot would be a kind of "popularity" of a country, or, in other words, if I take a random person what is the probability that it has been to country x.&lt;/P&gt;&lt;P&gt;A more severe example of this kind of strange statistics would be a dataset of e.g. 12 persons, where only one has been to two countries, while all of the rest haven't been to any country. A plot like above would show 50% for both countries (1/2 responses), instead of 1/12 for both countries (which would make sense in my opinion). Using "Include missing" won't fix this as it will add the missing values as extra responses, but still count responses instead of rows, yielding a (in my opinion) wrong percentage value as long there is at least a row with more than a single response.&lt;BR /&gt;I think the discussion boils down to the question, if statistics on multiple response columns should generally either use the number of responses (standard now in JMP) or the number of rows as 'n'. In my opinion the second option would make more sense for many use cases and an option to switch between these two values for 'n' would increase the (already very nice) functionality of multiple response columns.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 12:54:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754184#M93638</guid>
      <dc:creator>gnu23</dc:creator>
      <dc:date>2024-05-14T12:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754313#M93647</link>
      <description>&lt;P&gt;I agree, use cases where ONE &lt;STRONG&gt;row&amp;nbsp;&lt;/STRONG&gt;counts 1 seems to be quite obvious - even for entries with multiple response :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Which percentage of the students visited Italy?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;is more likely to be asked than:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Taking all cases where any of the students visited any country, how often was it Italy?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to admit that I was trapped by the "100%" argument, but after a lunch time discussion about the topic, I will accept that ratios like&amp;nbsp;&lt;EM&gt;"Which percentage of the students visited ...?"&amp;nbsp;&amp;nbsp;&lt;/EM&gt;don't need to sum up to 100%. How to calculate the values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The strange behavior of &lt;STRONG&gt;counting responses&lt;/STRONG&gt; gets even stranger when multiple histograms are combined in one graph:&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Graph Builder: multiple response + multiple histograms" uid="600142" url="https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600142#U600142" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's assume&amp;nbsp; a school evaluates the sports activities via Jmp. If a student has enough time to travel, she can cheat and boost the scores for her sports activity by orders of magnitude! Watch LOUISE travel the world - and the effect on the statistics of "Basketball":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multipleResponse_multipleHistograms.gif" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64208iE2D35607ED50F527/image-size/medium?v=v2&amp;amp;px=400" role="button" title="multipleResponse_multipleHistograms.gif" alt="multipleResponse_multipleHistograms.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1715702200112.gif" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64206i1EC2CC5DCC55D997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1715702200112.gif" alt="hogi_0-1715702200112.gif" /&gt;&lt;/span&gt;&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 = Open( "$SAMPLE_DATA/Big Class Families.jmp" );

NewWindow("compare",H List box(
dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel( 0 ),
	Variables(
		X( :sports ),
		X( :countries visited )
	),
	Elements( Position( 1, 1 ), Bar( X, Legend( 3 ) ) ),
	Elements( Position( 2, 1 ), Bar( X, Legend( 8 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Min( 0 ), Max( 50 ), Inc( 10 ), Minor Ticks( 1 )}
		)
	)
);

dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ) ),
	Elements( Bar( X, Legend( 3 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Min( 0 ), Max( 50 ), Inc( 10 ), Minor Ticks( 1 )}
		)
	)
)));

dt &amp;lt;&amp;lt; Minimize Window();

New Window( "",
		&amp;lt;&amp;lt;Type( "Modal Dialog" ),
		Text Box("Now Let's send LOUISE around the world ...")
		);



dt:countries visited[2] = char(as list(1::100)[1])&lt;/CODE&gt;&lt;/PRE&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>Tue, 14 May 2024 16:04:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754313#M93647</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-05-14T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754470#M93658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47109"&gt;@gnu23&lt;/a&gt;&amp;nbsp; &amp;nbsp;Great conversation! A couple comments particularly struck me.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp; said:&lt;/P&gt;
&lt;P&gt;(1)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Which percentage of the students visited Italy?"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;is more likely to be asked than:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Taking all cases where any of the students visited any country, how often was it Italy?"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Really? I dunno…if I’m in minister of tourism in country A, which am I more interested in?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it depends on what you are interested in, who your audience is, etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And:&lt;/P&gt;
&lt;P&gt;(2)&lt;/P&gt;
&lt;P&gt;”&lt;SPAN&gt;I will accept that ratios like&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;"Which percentage of the students visited ...?"&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;don't need to sum up to 100%.”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Really? OK, I’ll play; help me with that. I.e., what exactly doesn’t need to add up to 100%? Certainly some individuals didn’t visit any country (or didn’t respond). So the sum of proportions of all countries won’t sum to 100%…you’ll need to add the case for the proportion of persons who visited no country (or didn’t respond). Then all the proportions sum to 1. Is that kind of thing what you mean?&lt;/SPAN&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 21:46:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754470#M93658</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2024-05-14T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754474#M93661</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7073"&gt;@MRB3855&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp; said:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Which percentage of the students visited Italy?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;Really? I dunno…&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;... I just thought about the teacher of the class asking:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"who visited Italy this year? wow, everybody! And France? 30% of the class ..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's assume there are 10 students in the class.&lt;/P&gt;&lt;P&gt;all of them visited Italy: 100%.&lt;/P&gt;&lt;P&gt;3 of them visited France: 30%&lt;/P&gt;&lt;P&gt;5 of them visited Brazil: 50%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in total (just looking at the 3 numbers): "180%"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree, this is definitely not the way, one calculates with percentages :)&lt;/img&gt;&lt;BR /&gt;My brain almost exploded - b&lt;SPAN&gt;ut one might agree: the 100%, 30% and&amp;nbsp; 50% are "meaningful".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only 2 things.&lt;/P&gt;&lt;P&gt;- they don't add up to 100%&lt;/P&gt;&lt;P&gt;- they cannot be calculated via &lt;FONT face="courier new,courier"&gt;"Label by Percent of Total Values" *)&amp;nbsp;&lt;/FONT&gt;and similar approaches in JMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*)&amp;nbsp; might be great to have something like:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;"Label by Percent of all rows" &lt;/FONT&gt;(like in all plots without multiple response)&lt;/P&gt;&lt;P&gt;so, I would support&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47109"&gt;@gnu23&lt;/a&gt;&amp;nbsp;'s suggestion to provied a second/alternative option of calculating by rows instead of "responses" ...&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 06:09:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754474#M93661</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-05-15T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754478#M93662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp; &amp;nbsp;No need to add up to 100% in your (legitimate) example of 100%, 30%, and 50% because countries visited are not mutually exclusive (a student could visit more than one country). And if that kind of thing is what you are after…it may be a candidate for the “JMP Wish List”?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:13:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754478#M93662</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2024-05-15T08:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754537#M93669</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7073"&gt;@MRB3855&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;a student could visit more than one country&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, I think this is the basic Idea of "multiple response" :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:15:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754537#M93669</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-05-15T08:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754548#M93670</link>
      <description>&lt;P&gt;Indeed&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;: And to complete the thought, and thoroughly beat this to death...a student, however, can't visit more than one country at a time (e.g.,&amp;nbsp; a student can't be in Italy and Germany at the same time). So, defined that way, those countries are mutually exclusive. And in that case, combined with the case that include students who did not visit any country, then it is also collectively exhaustive. Then, those will sum to 100% (via counting responses as is the current method).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you were...&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:49:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754548#M93670</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2024-05-15T08:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754577#M93673</link>
      <description>&lt;P&gt;If other users are interested in the "alternative" (Ntotal = Nrows) statistics, here is the wish:&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Graph Builder: Option for &amp;amp;quot;statistics by row&amp;amp;quot; - not by response" uid="754538" url="https://community.jmp.com/t5/JMP-Wish-List/Graph-Builder-Option-for-quot-statistics-by-row-quot-not-by/m-p/754538#U754538" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The most important learning is that Graph Builder changes its whole way to calculate statistics, once a column with modeling type "Multiple Response" is used ANYWHERE in the plot:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6352949291112w928h540r322" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6352949291112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6352949291112w928h540r322');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6352949291112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 09:42:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/754577#M93673</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-05-15T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Unclear statistics when using multiple response columns</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/766137#M94612</link>
      <description>&lt;P&gt;maybe with Consumer Research/Categorical Response Study?&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Question-related-to-multiple-response-variable-how-to-generate/m-p/766131/highlight/true#M94610" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/Question-related-to-multiple-response-variable-how-to-generate/m-p/766131/highlight/true#M94610&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Categorical(
	Count Missing Responses( 1 ),
	Multiple Delimited( :countries visited )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;student's who travel a lot count N times - even in the denominator!&lt;BR /&gt;→ fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;students which don't travel don't count!&lt;/P&gt;&lt;P&gt;→ fixed via&amp;nbsp;&lt;CODE class=" language-jsl"&gt;Count Missing Responses( 1 )&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and - tada! - [the statistics at the bottom]:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1718444778478.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65260iD2DC95C0CE26E050/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1718444778478.png" alt="hogi_2-1718444778478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Categorical(
	Count Missing Responses( 1 ),
	Multiple Delimited( :countries visited ),
	Legend( 0 ),
	Local Data Filter(
		Close Outline( 1 ),
		Add Filter(
			columns( :age ),
			Where( :age == 14 )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 09:48:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Unclear-statistics-when-using-multiple-response/m-p/766137#M94612</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-06-15T09:48:10Z</dc:date>
    </item>
  </channel>
</rss>

