<?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: Need help to &amp;quot;Connect cell Means&amp;quot; in Variability Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/332798#M58108</link>
    <description>&lt;P&gt;The "connect cell means" will draw lines between the means within each group. In your example there is only one set of values in each group therefore there is no line.&lt;/P&gt;&lt;P&gt;This simple example should illustrate (copy and paste into a script window, then run it):&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Table( "Untitled",
	New Column( "value",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1, 2, 3, 4, 3, 2] )
	),
	New Column( "group1",
		Character,
		"Nominal",
		Set Values( {"a", "a", "b", "b", "a", "b"} )
	),
	New Column( "group2",
		Character,
		"Nominal",
		Set Values( {"c", "c", "c", "c", "d", "d"} )
	)
);
Variability Chart(
	Y( :value ),
	X( :group1, :group2 ),
	Connect Cell Means( 1 )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 Nov 2020 11:32:16 GMT</pubDate>
    <dc:creator>ragnarl</dc:creator>
    <dc:date>2020-11-12T11:32:16Z</dc:date>
    <item>
      <title>Need help to "Connect cell Means" in Variability Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/332768#M58106</link>
      <description>&lt;P&gt;Unable to "connect cell means" in variability chart even after I selected this option in the drop down menu. Is there anything I'm missing?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Danial1_1-1605176453513.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/28279iD8A8DDF064293D03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Danial1_1-1605176453513.png" alt="Danial1_1-1605176453513.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:08:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/332768#M58106</guid>
      <dc:creator>Danial1</dc:creator>
      <dc:date>2023-06-11T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to "Connect cell Means" in Variability Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/332798#M58108</link>
      <description>&lt;P&gt;The "connect cell means" will draw lines between the means within each group. In your example there is only one set of values in each group therefore there is no line.&lt;/P&gt;&lt;P&gt;This simple example should illustrate (copy and paste into a script window, then run it):&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Table( "Untitled",
	New Column( "value",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1, 2, 3, 4, 3, 2] )
	),
	New Column( "group1",
		Character,
		"Nominal",
		Set Values( {"a", "a", "b", "b", "a", "b"} )
	),
	New Column( "group2",
		Character,
		"Nominal",
		Set Values( {"c", "c", "c", "c", "d", "d"} )
	)
);
Variability Chart(
	Y( :value ),
	X( :group1, :group2 ),
	Connect Cell Means( 1 )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Nov 2020 11:32:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/332798#M58108</guid>
      <dc:creator>ragnarl</dc:creator>
      <dc:date>2020-11-12T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to "Connect cell Means" in Variability Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/333036#M58128</link>
      <description>&lt;P&gt;Thanks. It made sense! Is there other example you could recommend me to show the mean graph? I was thinking a boxplot&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 00:24:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-quot-Connect-cell-Means-quot-in-Variability-Chart/m-p/333036#M58128</guid>
      <dc:creator>Danial1</dc:creator>
      <dc:date>2020-11-13T00:24:05Z</dc:date>
    </item>
  </channel>
</rss>

