<?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 do I graph multiple response columns correctly? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/45143#M25804</link>
    <description>&lt;P&gt;Hi, Susanne!&lt;/P&gt;
&lt;P&gt;There are some automatic charts in the Categorical platform that might help you out. Here's a script with some basic ideas:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Categorical(
	Grouping Option( Both ),
	X( :Week, :Name( "Returned?" ) ),
	Multiple Delimited( :Name( "Used any?" ) ),
	Legend( 0 ),
	SendToReport(
		Dispatch(
			{},
			"Multiple Delimited( Used any? ) By Week*Returned?",
			OutlineBox,
			{Close( 1 )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here's a description of the charts:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/The_Categorical_Report.shtml#134897" target="_blank"&gt;http://www.jmp.com/support/help/The_Categorical_Report.shtml#134897&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And a description of the "Multiple Delimited" responses:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/Example_of_the_Categorical_Platform.shtml#129405" target="_blank"&gt;http://www.jmp.com/support/help/Example_of_the_Categorical_Platform.shtml#129405&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2017 22:59:54 GMT</pubDate>
    <dc:creator>melinda_thielba</dc:creator>
    <dc:date>2017-09-26T22:59:54Z</dc:date>
    <item>
      <title>How do I graph multiple response columns correctly?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/44998#M25710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table looking at how users return to a product over time. I can do this in columns for each week, error bars for each column - perfect.&lt;/P&gt;&lt;P&gt;I now want to look at subgroups of users that did or didn't do a specifc activity. I use the activity as an overlay, again no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I'd like to compare different activities - which one(s) help most to boost retention.&lt;/P&gt;&lt;P&gt;I've created a single column that reports all of the activities as multiple response&amp;nbsp; - most people only have one, but a few have several activities. When I use this variable in a graph, I get a seperate group for each possible combination - useless. I need a group for each activity, and yes, the groups will overlap, i.e. the same person show up multiple times.&lt;/P&gt;&lt;P&gt;the best i can do is create a dashboard that shows the individual graphs side by side, but that's still awkward to compare. I want just the "yes" bars together in one graph...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how I could do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Susanne&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:01:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/44998#M25710</guid>
      <dc:creator>thurnay_s</dc:creator>
      <dc:date>2017-09-22T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I graph multiple response columns correctly?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/45143#M25804</link>
      <description>&lt;P&gt;Hi, Susanne!&lt;/P&gt;
&lt;P&gt;There are some automatic charts in the Categorical platform that might help you out. Here's a script with some basic ideas:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Categorical(
	Grouping Option( Both ),
	X( :Week, :Name( "Returned?" ) ),
	Multiple Delimited( :Name( "Used any?" ) ),
	Legend( 0 ),
	SendToReport(
		Dispatch(
			{},
			"Multiple Delimited( Used any? ) By Week*Returned?",
			OutlineBox,
			{Close( 1 )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here's a description of the charts:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/The_Categorical_Report.shtml#134897" target="_blank"&gt;http://www.jmp.com/support/help/The_Categorical_Report.shtml#134897&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And a description of the "Multiple Delimited" responses:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/Example_of_the_Categorical_Platform.shtml#129405" target="_blank"&gt;http://www.jmp.com/support/help/Example_of_the_Categorical_Platform.shtml#129405&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 22:59:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/45143#M25804</guid>
      <dc:creator>melinda_thielba</dc:creator>
      <dc:date>2017-09-26T22:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I graph multiple response columns correctly?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/45155#M25811</link>
      <description>&lt;P&gt;I'm not sure if this is what you are looking for, but I stacked the activity columns and it seems to be able to show the number of people engaged in each activity (even with overlaps).&amp;nbsp; I believe stacking those columns is what you want to do. See attached (and script for an initial graph).&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:16:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-graph-multiple-response-columns-correctly/m-p/45155#M25811</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2017-09-26T19:16:12Z</dc:date>
    </item>
  </channel>
</rss>

