<?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: Variability chart misbehaving on JMP 17.1? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/760890#M93917</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;orig_pref =Get Platform Preferences();Set Platform Preferences(Variability Analysis(Show group means( 0 ))); //suppress setting in JMP 17

//Your Code

Eval(orig_pref); //return original preference&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 00:34:37 GMT</pubDate>
    <dc:creator>Desert_Rose</dc:creator>
    <dc:date>2024-05-24T00:34:37Z</dc:date>
    <item>
      <title>Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639481#M83705</link>
      <description>&lt;P&gt;When I generate a variability chart in JMP17.1 I get the question if I want to add Group means, when I enter ok and save the script it will contain a section to include the group means. Yet when I re-run that script it shows the same prompt again asking if I want to see the group means. Can anybody reproduce this problem? I did not have this problem in JMP16.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example script:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Variability Chart(
	Y( :height ),
	Model( "Main Effect" ),
	X( :name, :age, :sex ),
	Sigma Multiplier( 5.15 ),
	Variability Analysis(
		:height,
		Connect Cell Means( 1 ),
		Show Group Means( name, age ),
		Show Grand Mean( 1 ),
		Std Dev Chart( 0 ),
		Mean of Std Dev( 0 ),
		Group Means of Std Dev( 0 ),
		AIAG Labels( 0 ),
		Mean Plots( 1 ),
		Std Dev Plots( 0 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Pops up this window:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pauldeen_0-1686060883415.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53462i7446A170BA09E950/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pauldeen_0-1686060883415.png" alt="pauldeen_0-1686060883415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Which it shouldn't as it is already coded in the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a scriptable way to get the group means to show without it prompting the user.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:11:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639481#M83705</guid>
      <dc:creator>pauldeen</dc:creator>
      <dc:date>2023-06-09T16:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639496#M83707</link>
      <description>&lt;P&gt;Does it help if you change the preferences in that platform? See yellow highlight below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MRB3855_0-1686061907438.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53463iDB01464F72BEA37D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MRB3855_0-1686061907438.png" alt="MRB3855_0-1686061907438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 14:32:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639496#M83707</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2023-06-06T14:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639510#M83708</link>
      <description>&lt;P&gt;No change&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 14:57:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639510#M83708</guid>
      <dc:creator>pauldeen</dc:creator>
      <dc:date>2023-06-06T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639653#M83719</link>
      <description>&lt;P&gt;AFAIK, that pop-up occurs for every version of JMP I have ever used.&amp;nbsp; I have it set in preferences as above and it will always show that popup.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 21:44:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639653#M83719</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-06-06T21:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639722#M83725</link>
      <description>&lt;P&gt;I think it happens when you absorb all repeats in your factor structure. So single observartions per category. But still, the answer to the question is coded in the script so why bother the user? I'll submit it to support&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 07:33:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639722#M83725</guid>
      <dc:creator>pauldeen</dc:creator>
      <dc:date>2023-06-07T07:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639884#M83743</link>
      <description>&lt;P&gt;It happens when you want any summary means (e.g., cell, group, grand).&amp;nbsp; The popup allows the user to de-select those that are pre-set by preference.&amp;nbsp; It provides more options.&amp;nbsp; It takes a quick OK to get the plots you want.&amp;nbsp; I think it is a good feature, but to each his own.&amp;nbsp; In any case, this has been the behavior for at least the last 5 versions of JMP.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 13:49:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/639884#M83743</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-06-07T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variability chart misbehaving on JMP 17.1?</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/760890#M93917</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;orig_pref =Get Platform Preferences();Set Platform Preferences(Variability Analysis(Show group means( 0 ))); //suppress setting in JMP 17

//Your Code

Eval(orig_pref); //return original preference&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 00:34:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-chart-misbehaving-on-JMP-17-1/m-p/760890#M93917</guid>
      <dc:creator>Desert_Rose</dc:creator>
      <dc:date>2024-05-24T00:34:37Z</dc:date>
    </item>
  </channel>
</rss>

