<?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 JSL Test Mean in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907330#M106572</link>
    <description>&lt;P&gt;Trying to script a Test Means function in the ANALYZE DISTRIBUTION.&amp;nbsp; I have populated spec limits with target from a separate data.&amp;nbsp; Is there a way to script this either using the stored Target from column properties or from the sheet I loaded the column properties from so I don't have to hardcode the test to value.&amp;nbsp; &amp;nbsp;I am surprised that there does not appear to be a way to just use this value when doing this manually.&amp;nbsp; jmp 18.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit (jthi): Added jsl formatting&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Distribution(
	Continuous Distribution(
		Column(:"46_F (mm)"n),
		Process Capability(Use Column Property Specs),
		Test Mean(141.88, Wilcoxon Signed Rank(1))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 14 Oct 2025 04:08:43 GMT</pubDate>
    <dc:creator>Jflood</dc:creator>
    <dc:date>2025-10-14T04:08:43Z</dc:date>
    <item>
      <title>JSL Test Mean</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907330#M106572</link>
      <description>&lt;P&gt;Trying to script a Test Means function in the ANALYZE DISTRIBUTION.&amp;nbsp; I have populated spec limits with target from a separate data.&amp;nbsp; Is there a way to script this either using the stored Target from column properties or from the sheet I loaded the column properties from so I don't have to hardcode the test to value.&amp;nbsp; &amp;nbsp;I am surprised that there does not appear to be a way to just use this value when doing this manually.&amp;nbsp; jmp 18.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit (jthi): Added jsl formatting&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Distribution(
	Continuous Distribution(
		Column(:"46_F (mm)"n),
		Process Capability(Use Column Property Specs),
		Test Mean(141.88, Wilcoxon Signed Rank(1))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Oct 2025 04:08:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907330#M106572</guid>
      <dc:creator>Jflood</dc:creator>
      <dc:date>2025-10-14T04:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Test Mean</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907376#M106574</link>
      <description>&lt;P&gt;This script shows how you can retrieve a spec limit property and pass a desired value as an input to a means test&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/Tablet Production.jmp" );

dt:Dissolution &amp;lt;&amp;lt; Set Property(
	"Spec Limits",
	{LSL( 70 ), Target( 72.5 ), Show Limits( 0 )}
);

specproperty = dt:Dissolution &amp;lt;&amp;lt; Get Property( "Spec limits" );

dt &amp;lt;&amp;lt; Distribution(
	Continuous Distribution(
		Column( :Dissolution ),
		Process Capability( 0 ),
		Test Mean( specproperty["Target"] )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Oct 2025 02:32:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907376#M106574</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2025-10-14T02:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Test Mean</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907454#M106578</link>
      <description>&lt;P&gt;If this is a feature you would like to have (and JMP doesn't currently have it), you can make a post to &lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_blank" rel="noopener"&gt;JMP Wish List&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 11:25:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907454#M106578</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-10-14T11:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Test Mean</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907464#M106579</link>
      <description>&lt;P&gt;Thaks Mark works for me!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 12:58:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Test-Mean/m-p/907464#M106579</guid>
      <dc:creator>Jflood</dc:creator>
      <dc:date>2025-10-14T12:58:38Z</dc:date>
    </item>
  </channel>
</rss>

