<?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 do fix the warning &amp;quot;Asymmetric control limit&amp;quot; in the SPC chart? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931479#M46438</link>
    <description>&lt;P&gt;Agree, you've got 3-sigma limits.&amp;nbsp; But in your case the UCL is truncated by the maximum value, 1.&amp;nbsp; I wouldn't worry about the warning message.&amp;nbsp; Looking at tests 1-4, I think they should be fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Quentin_0-1717982417935.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97152i9FB104A47C75580E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Quentin_0-1717982417935.png" alt="Quentin_0-1717982417935.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 01:20:37 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2024-06-10T01:20:37Z</dc:date>
    <item>
      <title>How do fix the warning "Asymmetric control limit" in the SPC chart?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931469#M46435</link>
      <description>&lt;P&gt;when I run the below code to perform the special cause test, I receive the warning shown below. Could you please advise on how to fix that?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc shewhart data=tmp10;
pchart yes_answer*month /Markers subgroupn =  n_per_group     ODSTITLE="P-chart with Tests for Special Causes" 
                           tests = 1 to 4
                           testnmethod = standardize
                           table
                           tablelegend
                           nohlabel;
 LABEL yes_answer ="Prop of Pts Receiving IV Abx";                          
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;WARNING: Asymmetric control limits encountered for yes_answer for at least one subgroup.&lt;BR /&gt;WARNING: It is assumed that the difference between the upper limit and center line represents three standard errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 21:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931469#M46435</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-06-09T21:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do fix the warning "Asymmetric control limit" in the SPC chart?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931471#M46436</link>
      <description>&lt;P&gt;Asymmetric control limits often happen for a p-chart, because the lower control limit is truncated at 0.&amp;nbsp; The warning says "&lt;SPAN&gt;It is assumed that the difference between the upper limit and center line represents three standard errors."&amp;nbsp; I would think that's a fair assumption, I don't see anywhere in your code that asked for different control limits.&amp;nbsp; On the chart, it shows the upper control limit as a 3-sigma limit, right?&amp;nbsp; I don't think I'd worry about this warning.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 21:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931471#M46436</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-06-09T21:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do fix the warning "Asymmetric control limit" in the SPC chart?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931473#M46437</link>
      <description>&lt;P&gt;Thank you for your answer,&amp;nbsp;&lt;SPAN&gt;I have attached the chart, which indicates that the &lt;STRONG&gt;UCL&lt;/STRONG&gt; is set at a 3-sigma limit. However, the&lt;STRONG&gt; LCL&lt;/STRONG&gt; does not show a corresponding 3-sigma limit. I think this discrepancy is due to varying sample sizes and the proportion being very high for each subgroup, with the UCL approaching one.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(in my case &lt;STRONG&gt;LCL&lt;/STRONG&gt; doesn't truncate at zero)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 22:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931473#M46437</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-06-09T22:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do fix the warning "Asymmetric control limit" in the SPC chart?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931479#M46438</link>
      <description>&lt;P&gt;Agree, you've got 3-sigma limits.&amp;nbsp; But in your case the UCL is truncated by the maximum value, 1.&amp;nbsp; I wouldn't worry about the warning message.&amp;nbsp; Looking at tests 1-4, I think they should be fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Quentin_0-1717982417935.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97152i9FB104A47C75580E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Quentin_0-1717982417935.png" alt="Quentin_0-1717982417935.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 01:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-fix-the-warning-quot-Asymmetric-control-limit-quot-in-the/m-p/931479#M46438</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-06-10T01:20:37Z</dc:date>
    </item>
  </channel>
</rss>

