<?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 create a range control chart based on the median range and not the average range in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347454#M59824</link>
    <description>&lt;P&gt;Hello Audrey, Thanks for the comment and yes I have used the median moving range for some of charts for individual values in recent months. My question wasn't about individual values but rather subgrouped data where I would use e.g. an average and range chart (X-bar R chart). Unless I've missed something my "wish" still remains a "wish". In some cases I would prefer to use the median range and not the more standard average range. I put in this request in 2-3 years back&amp;nbsp;&lt;LI-MESSAGE title="Use of median range for average and range chart" uid="52614" url="https://community.jmp.com/t5/JMP-Wish-List/Use-of-median-range-for-average-and-range-chart/m-p/52614#U52614" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 21:54:36 GMT</pubDate>
    <dc:creator>scottahindle</dc:creator>
    <dc:date>2021-01-11T21:54:36Z</dc:date>
    <item>
      <title>How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/50882#M28910</link>
      <description>&lt;P&gt;Is there any easy way to use JMP 13 to create a range chart based on the MEDIAN range and not the average range? (Hence the upper range limit would also be based on the median range as well.)&lt;/P&gt;&lt;P&gt;If not I assume one option is to use the run chart and adapt it through scripts. I'd put the range values for&amp;nbsp;all the subgroups into a list, find the median of this list, and then take it from there (i.e. adding reference lines through scripting with the central line the median range and the upper range limit the median range multiplied by the appropriate bias correction factor).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any comment / tip would be welcome.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scott.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 21:50:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/50882#M28910</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2018-02-07T21:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/50942#M28939</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/8709"&gt;@scottahindle&lt;/a&gt;, I can't find anything to suggest that is supported in JMP currently, but it would be relatively easy to incorporate by using the Control Limits column property for the individuals and moving range charts.&amp;nbsp;&amp;nbsp;That would allow you to implement your custom limits within Control Chart Builder.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 19:44:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/50942#M28939</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-02-08T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/52578#M29766</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you need to use the Individual and Moving Range Chart option directly and not through the Control Chart Builder. To do so:&lt;/P&gt;
&lt;P&gt;Menu Analyze -&amp;gt; Quality &amp;amp; Process -&amp;gt; Control Chart -&amp;gt; IR&lt;/P&gt;
&lt;P&gt;There you can select Median Range instead of Moving Range&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The results would e.g. look like this (left Median range, right Moving Range)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is in JMP 13 and I guess previous versions available.&amp;nbsp;The calculation of median range is documented in the Quality &amp;amp; Process User Guide PDF under Help-&amp;gt; Books -&amp;gt; Quality and Process Methods&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script would be similar to:&lt;/P&gt;
&lt;PRE&gt;Control Chart(
	Group Size( 1 ),
	KSigma( 3 ),
	Chart Col( :CI, Individual Measurement, Median Moving Range )
);
&lt;/PRE&gt;
&lt;P&gt;where :CI is the process variable you want to analyze.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 12:00:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/52578#M29766</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2018-03-05T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347432#M59822</link>
      <description>&lt;P&gt;The workarounds here have been great for earlier JMP versions. I am pleased to report that&amp;nbsp;Individuals and Median Moving Range charts are supported in Control Chart Builder as of JMP 15.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 21:06:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347432#M59822</guid>
      <dc:creator>Audrey_Shull</dc:creator>
      <dc:date>2021-01-11T21:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347454#M59824</link>
      <description>&lt;P&gt;Hello Audrey, Thanks for the comment and yes I have used the median moving range for some of charts for individual values in recent months. My question wasn't about individual values but rather subgrouped data where I would use e.g. an average and range chart (X-bar R chart). Unless I've missed something my "wish" still remains a "wish". In some cases I would prefer to use the median range and not the more standard average range. I put in this request in 2-3 years back&amp;nbsp;&lt;LI-MESSAGE title="Use of median range for average and range chart" uid="52614" url="https://community.jmp.com/t5/JMP-Wish-List/Use-of-median-range-for-average-and-range-chart/m-p/52614#U52614" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 21:54:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347454#M59824</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2021-01-11T21:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347731#M59864</link>
      <description>&lt;P&gt;Thanks, Scott, that helps. It's good to know this is still an active "wish" and wasn't fully addressed by the change i found which i thought was the same as your request. I asked around to get some more clarity on the issue. It has led to some discussion, including a search for this idea in existing research as a valid measure of dispersion. (We must have valid references to add new computations to JMP.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be clear: i think your request is to use Median Ranges as a measure of dispersion, rather than traditional Range values or Std Deviation values. So instead of XBar-and-R, or XBar-and-S as the paired location-and-dispersion chart, you're looking for an XBar-and-Median-Range pair of charts. Does that sound right to you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We finally did find a reference to Median Ranges used in the dispersion chart here:&amp;nbsp;&lt;A href="https://www.spcpress.com/pdf/DJW207.pdf" target="_blank" rel="noopener"&gt;https://www.spcpress.com/pdf/DJW207.pdf&lt;/A&gt;. We are entering a fresh request for this, based on this reference, and now that we understand your request better. It is not something we have commonly seen and is not currently done in JMP or SAS, but there is a precedent for it. Please feel free to take a look at the paper and add additional comments and clarifications here if you wish.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime, I asked for an example within JMP already that might be closer to what you're looking for and was given the idea for Individual on Means chart which does use the median. Note the name of the chart uses "Individual" but you can use it with subgroups as well. Here is an example using sample data.&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big class.jmp" );
Control Chart Builder(
    Variables( Subgroup( :age ), Y( :height ) ),
    Chart( Position( 1 ), Limits( Sigma( "Median Moving Range" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 20:54:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347731#M59864</guid>
      <dc:creator>Audrey_Shull</dc:creator>
      <dc:date>2021-01-14T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347868#M59880</link>
      <description>&lt;P&gt;Scott, could you provide an example of when you would use the median range? &amp;nbsp;I would be really interested in a real life application and how the median rage &lt;STRONG&gt;improved on analysis using control chart method&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Don (in the referenced paper) states:&lt;/P&gt;&lt;DIV class="page"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN&gt;"In general, for the default computation, the Average of your Within-Subgroup Measures of Dispersion is recommended. However, in those cases &lt;STRONG&gt;where some extremely large values may have inflated this average, you may switch to using the Median of your Within- Subgroup&lt;/STRONG&gt; Measures of Dispersion to improve the &lt;EM&gt;sensitivity&lt;/EM&gt; of your analysis."&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I would think using the median range would give you smaller values when there are extremely large ranges, which would result in tighter control limits (I suppose what Don means by increased sensitivity). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;SPAN&gt;ut, isn't the idea of the control chart to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Determine if the within subgroup variation is consistent and, if the within subgroup variation is consistent,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Compare the within sources to the between sources to determine which has greater leverage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you have extremely large ranges wouldn't you want to know why? &amp;nbsp;I'm not sure how using the median would provide improved insight to the questions the control charts answer. &amp;nbsp;Just because you can calculate a median range&amp;nbsp;doesn't make it useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jan 2021 20:00:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/347868#M59880</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2021-01-12T20:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/349048#M59987</link>
      <description>&lt;P&gt;Agree that the default computation of the average range provides the insight to examine the predictability (or lack of it) of the process.&amp;nbsp; As you state, however, large range values will inflate the average range, thereby widening the limits on both the range chart as well as the average chart.&amp;nbsp; Without the need to delete any data, the median range is then more likely to give a better idea of the level of routine variation to expect IF the inconsistencies (causing the inflated ranges) are better controlled and their effect eliminated. (If we use a control chart surely our idea is to seek to take action on the special causes? The median range can give a better idea of what to expect if this action is successful.)&lt;/P&gt;&lt;P&gt;JMP makes it easy to eliminate points from calculations (by excluding rows) which one can do if persisting with the average range. But, a simpler way to approach this, where the average range is inflated, is to use the median range rather than keeping the average range and exercising judgement on which range values to keep/delete from the computations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The median range is simply something that on occasions can help to gain additional insight. It is a simple procedure - the use of the median range as Wheeler explains in the above cited paper - so why not have it available to help us in our work?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 07:52:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/349048#M59987</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2021-01-15T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/349278#M59994</link>
      <description>The Wheeler paper is just meant to compile the multiple types of charts available. If you look at Table 1 (Which Chart to Use), those are the charts Wheeler recommends. I'm confused by your use of the charts. You indicate deleting data? Why? The most important information is being deleted? You should understand why those special causes happened and fix the process. Why is the range inflated?&lt;BR /&gt;What is meant by "routine variation"? You mean common cause variation? Again the charts perform 2 functions. The range charts (R or MR), and only the range charts, assess stability/consistency and provide insight to the nature of the variability (special/common cause using Deming's vernacular). The Xbar (actually most often the Ybar) is a comparison chart to provide a comparison between the within and between sources of variation.&lt;BR /&gt;Again, my question was: Can you provide a real life application example that benefits from using a median range vs. an average range? How is the median range providing "additional insight"?&lt;BR /&gt;You are right about one thing, JMP or any statistical software, makes it way too easy to manipulate the data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jan 2021 15:21:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/349278#M59994</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2021-01-15T15:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/350583#M60012</link>
      <description>&lt;P&gt;I think we are closer in thinking than your last response would suggest. You can read the papers I published on Quality Digest to see that I would not delete data without valid reason. Two of my many learnings from Dr. Wheeler's SPC seminar were (i) that outliers are the most important values in your data set, and (ii) the possible use of the median (albeit on rare occasions).&lt;/P&gt;&lt;P&gt;Thought experiment: You have ten subgroups and one of these subgroups has a big range. The helium source going into a device hadn't been changed when it should have been and measurements weren't working as usual, i.e. inconsistent. What to do? Take the learnings from the special cause e.g. update procedures so that the helium source is changed more timely, either by increasing the frequency of change or by more frequent monitoring of its properties to know when the helium change should be done.&lt;/P&gt;&lt;P&gt;If these ten subgroups were my baseline data I'd get inflated limits due to this one big range. The median range from all ten subgroup ranges, without the need to delete the "special cause" from the data set, would still give me a sound estimate of my routine (common cause) variation. The average range would be inflated.&lt;/P&gt;&lt;P&gt;As said, my realisation of the potential value of the median came from Dr. Wheeler's SPC seminar. How often would I use the median range? Not too often, but to have it there is useful. (From the software perspective I assume it would be pretty easy for JMP, or whichever software supplier, to introduce the median range as a complement to the average range.)&lt;/P&gt;&lt;P&gt;I will write up one of my examples in Quality Digest at some point.&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 09:49:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/350583#M60012</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2021-01-18T09:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a range control chart based on the median range and not the average range</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/350675#M60018</link>
      <description>&lt;P&gt;Scott, &amp;nbsp;I love your&lt;STRONG&gt; thought experiment&lt;/STRONG&gt;, so I will continue it. &amp;nbsp;&lt;/P&gt;&lt;P&gt;First I will reiterate: &amp;nbsp;&lt;U&gt;Range charts&lt;/U&gt; answer the question: Is the variation within subgroup (which is a function of the X's changing within subgroup) consistent, stable (therefore predictable)? &amp;nbsp;If not, you should examine the X's changing within subgroup for their possible effect on Y. &amp;nbsp;The control chart, in this case the range chart, is meant to help identify those "unusually large sources of variation". &amp;nbsp;Sometimes the special cause (Don likes to call it assignable cause) is obvious and you don't really need any statistical tests (control limits).&lt;U&gt; Xbar charts&lt;/U&gt; are comparison charts. &amp;nbsp;They compare the within sources of variation (represented by the control limits) to the between sources (represented by the plotted averages) to determine where is the leverage (where should understanding the process continue?, which set of X's should you further investigate?).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, let's say you have narrowed it down to something about helium source. Of course there is more than one variable changing within subgroup and one of them is something about the helium source (though you do not suggest what?). &amp;nbsp;Is there insufficient amount? &amp;nbsp;Is the concentration varying? Are there contaminants? &amp;nbsp;You want the charts to identify these "events" so you can act appropriately on the process. &amp;nbsp;The chart accomplished its purpose. &amp;nbsp;My guess would be that this happens to the helium more than once...it really isn't special, &lt;STRONG&gt;just special based on the time series or sampling plan you chose&lt;/STRONG&gt;. &amp;nbsp;The action you take would look &lt;EM&gt;common cause&lt;/EM&gt;&amp;nbsp;like &lt;EM&gt;(change the process)&amp;nbsp;&lt;/EM&gt;to prevent this in the future (really not special).&amp;nbsp;If you change the process as a result of what you learned, should you use the data from the "old" process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what &lt;EM&gt;baseline data&lt;/EM&gt; is, but I'll suggest you are using the &lt;STRONG&gt;10 subgroups&lt;/STRONG&gt; as a basis for comparison and decision making. &amp;nbsp;Why 10? &amp;nbsp;My guess is you think these 10 will provide a representative estimate of the variability in the process (of what some may call the common cause variability). &amp;nbsp;10 because you believe that in 10 you will see the influence of the X's you hypothesize will effect the Y's (they will change enough over the 10 subgroups...). &amp;nbsp;&lt;STRONG&gt;But,&lt;/STRONG&gt; contained in these 10 is an unusual "data point" that exhibited itself by creating a large within subgroup range. &amp;nbsp;What caused this data point? &amp;nbsp;Was it measurement error? Or due to then other X's changing within subgroup? Certainly you would be confident that it is something to do with the X's changing within subgroup (Assignable to the within subgroup X's) as there are &lt;STRONG&gt;NO between subgroup sources captured in the Range statistic.&lt;/STRONG&gt;&amp;nbsp; I'm a bit confused by your helium hypotheses, because if the helium is deteriorating over time it would likely show up on the Xbar chart, but I'll play along. &amp;nbsp;Perhaps the variability from the helium effect was actually present in all of the data points and only exaggerated in the one data point causing the OOC condition? &amp;nbsp;Or perhaps the helium was only part of the issue? &amp;nbsp;&lt;STRONG&gt;Should you use the rest of the data to compare the within and between sources?&lt;/STRONG&gt; &amp;nbsp;Or should you develop a new sampling plan and get new data? &amp;nbsp; Hmmm, the way I understand it is you start with hypotheses (and predictions made about the effect of the hypotheses), get data to provide insight to your hypotheses (and to determine how good were your predictions) and then understand what was learned, drop/add/modify your hypotheses and run through the cycle again. &amp;nbsp;For your thought experiment: &amp;nbsp;These X's captured &lt;STRONG&gt;within&lt;/STRONG&gt; subgroup (change at the within subgroup frequency) may affect the Y and there are these other X's that will change at the &lt;STRONG&gt;between&lt;/STRONG&gt; subgroup frequency (using just 2 layers of a sampling tree). &amp;nbsp;I want to use sampling to help identify which sources are bigger (have greater leverage) because I want to know where to focus my efforts. &amp;nbsp;But before I compare the sources I want to ensure the basis for comparison (the within subgroup) is stable (comparisons to an unstable basis is irrational). &amp;nbsp;That is the purpose of the range chart. &amp;nbsp;If the within subgroup sources are not stable, investigate why and take appropriate action (which may be to change the process). &amp;nbsp;If they are stable, then proceed with the comparison.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course it is your choice how you "manipulate" your data. And my guess is JMP will be happy to help you manipulate the data. &amp;nbsp;It seems to me &lt;STRONG&gt;your case is quite special&lt;/STRONG&gt;. &amp;nbsp;I don't think JMP should change the "software", &lt;STRONG&gt;a common cause action&lt;/STRONG&gt;, to react to a special cause event. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Deming "Out of the Crisis", p.318:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Two kinds of mistakes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Ascribe a variation or a mistake to a special cause when in fact the cause belongs to the system (common cause),&lt;/P&gt;&lt;P&gt;2. Ascribe a variation or a mistake to the system (common cause) when in fact the cause was special&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 16:41:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-range-control-chart-based-on-the-median-range/m-p/350675#M60018</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2021-01-18T16:41:19Z</dc:date>
    </item>
  </channel>
</rss>

