<?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 to Get Limits for Capability on IR Control Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/57945#M32219</link>
    <description>&lt;P&gt;You were a bit unclear as to how your specification limits are stored.&amp;nbsp; You mention that your data is stacked which I assume means you are using a By variable in your analysis.&amp;nbsp; Below is some general IR&amp;nbsp; chart code that you can use with a by variable and specification limits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart(
	SendToByGroup( {:Label == "height"} ),
	Group Size( 1 ),
	KSigma( 3 ),
	SendToByGroup(
		{:Label == "height"},
		Chart Col(
			:Data,
			Individual Measurement,
			Moving Range
		),
				Capability(LSL(50),Target(60),USL(70));
	),
	SendToByGroup(
		{:Label == "weight"},
		Chart Col(
			:Data,
			Individual Measurement,
			Moving Range

		),
		Capability(LSL(60), Target(70), USL(80))
	),
	By( :Label )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 23 May 2018 12:41:50 GMT</pubDate>
    <dc:creator>tonya_mauldin</dc:creator>
    <dc:date>2018-05-23T12:41:50Z</dc:date>
    <item>
      <title>How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/57814#M32170</link>
      <description>&lt;P&gt;Hello - How can I read-in spec limits when I check "capability" in the IR chart builder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Analyze &amp;gt;&amp;nbsp;Quality and Process &amp;gt; Control Chart &amp;gt; IR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have successfully read-in spec limits when studying process capability (Instructions here:&lt;A href="https://community.jmp.com/t5/JMPer-Cable/3-ways-to-load-your-specification-limits-into-Process-Capability/ba-p/34189" target="_blank"&gt;https://community.jmp.com/t5/JMPer-Cable/3-ways-to-load-your-specification-limits-into-Process-Capability/ba-p/34189&lt;/A&gt;) but it appears to need different input when the data are stacked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 22:12:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/57814#M32170</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-05-21T22:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/57945#M32219</link>
      <description>&lt;P&gt;You were a bit unclear as to how your specification limits are stored.&amp;nbsp; You mention that your data is stacked which I assume means you are using a By variable in your analysis.&amp;nbsp; Below is some general IR&amp;nbsp; chart code that you can use with a by variable and specification limits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart(
	SendToByGroup( {:Label == "height"} ),
	Group Size( 1 ),
	KSigma( 3 ),
	SendToByGroup(
		{:Label == "height"},
		Chart Col(
			:Data,
			Individual Measurement,
			Moving Range
		),
				Capability(LSL(50),Target(60),USL(70));
	),
	SendToByGroup(
		{:Label == "weight"},
		Chart Col(
			:Data,
			Individual Measurement,
			Moving Range

		),
		Capability(LSL(60), Target(70), USL(80))
	),
	By( :Label )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 May 2018 12:41:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/57945#M32219</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2018-05-23T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58128#M32271</link>
      <description>&lt;P&gt;Thank you Tonya.&amp;nbsp; My spec limits are stored as&amp;nbsp;in their own table (picture attached).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you are correct, I am using a By variable since data&amp;nbsp;is stacked.&amp;nbsp; Is there a way to use the "Get Limits" button to pull in the spec limits under this scenario?&amp;nbsp; It seems with using the code I would still be manually inputting the limits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 19:03:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58128#M32271</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-05-24T19:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58129#M32272</link>
      <description>&lt;P&gt;If you split the data table by the "By" column(s)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables==&amp;gt;Split&lt;/P&gt;
&lt;P&gt;into separate columns, you can then apply the spec limits independently to each of the new columns by using the&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;col&amp;lt;&amp;lt;set property("Spec Limits", {USL(xxx),Target(xxx),LSL(xxx)});&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 19:17:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58129#M32272</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-05-24T19:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58130#M32273</link>
      <description>&lt;P&gt;First of all, the Get Limits check box that you are referring to is for Control Limits.&amp;nbsp; This check box does not have anything to do with Spec Limits and it does not allow you to use a spec limits table.&amp;nbsp; You can't store your specification limits as column properties since your data is stacked.&amp;nbsp; Your only option would to be to feed these values in through JSL.&amp;nbsp; You could use the code I supplied earlier.&amp;nbsp; Where the spec limits are hard coded in my script, you could refer to specific cells in your spec limits data table.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 19:26:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58130#M32273</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2018-05-24T19:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58141#M32276</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; I was mistaken&amp;nbsp;in thinking that data had to be stacked in order to complete the IR.&amp;nbsp; My data starts split anyway, and this is an ideal solution...thanks for pointing me in the right direction.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 19:53:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58141#M32276</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-05-24T19:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Limits for Capability on IR Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58142#M32277</link>
      <description>That's a helpful clarification, thank you.</description>
      <pubDate>Thu, 24 May 2018 19:54:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Limits-for-Capability-on-IR-Control-Chart/m-p/58142#M32277</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-05-24T19:54:33Z</dc:date>
    </item>
  </channel>
</rss>

