<?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 How to display the value of S on XS chart(SPC chart) plot ? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933004#M46530</link>
    <description>&lt;P&gt;Hello, I used the following code to create an XS chart, as shown in the attached file. The plot currently displays the mean values, how to display the value of S_bar on the SD plot as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc shewhart data=Master_pre_H_Q ;
   xschart LOS_hours*AdmitYYQ /Markers outtable=outtable  ODSTITLE="Mean-SD Chart of LOS Pre-Intvn"  
                                 nolegend  turnhlabels  nohlabel   ;
 label LOS_hours = 'Mean LOS (Hours)';
run;proc print;run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 14:23:58 GMT</pubDate>
    <dc:creator>bhr-q</dc:creator>
    <dc:date>2024-06-19T14:23:58Z</dc:date>
    <item>
      <title>How to display the value of S on XS chart(SPC chart) plot ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933004#M46530</link>
      <description>&lt;P&gt;Hello, I used the following code to create an XS chart, as shown in the attached file. The plot currently displays the mean values, how to display the value of S_bar on the SD plot as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc shewhart data=Master_pre_H_Q ;
   xschart LOS_hours*AdmitYYQ /Markers outtable=outtable  ODSTITLE="Mean-SD Chart of LOS Pre-Intvn"  
                                 nolegend  turnhlabels  nohlabel   ;
 label LOS_hours = 'Mean LOS (Hours)';
run;proc print;run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 14:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933004#M46530</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-06-19T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the value of S on XS chart(SPC chart) plot ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933205#M46539</link>
      <description>&lt;P&gt;From the SAS/QC 15.2 documentation, it appears that you need to add SSYMBOL=SBAR as an option to the XSCHART statement (although SSYMBOL=SBAR is called out as the default). If&amp;nbsp; the central line is not constant, only the symbol is displayed. That sort of looks like what you currently have being printed, but your central line looks constant so that shouldn't be an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Subgroups? The Turbines example in the PROC SHEWART documentation looks to me like the subgroup is equal to the full sample size (n=20). If you have multiple subgroups then maybe that is the source of why the 'value' part of the Sbar isn't getting printed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 17:18:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933205#M46539</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2024-06-20T17:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the value of S on XS chart(SPC chart) plot ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933239#M46540</link>
      <description>&lt;P&gt;Thank you for your answer. The subgroup is different, but the thing is, with different subgroup sizes, I can see the values of x_bar in the x chart and can not see the value of s_bar in the s chart even when I plot only the S-chart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc shewhart data=Master_pre_H_Q ;
   schart LOS_hours*AdmitYYQ /Markers outtable=outtable  ODSTITLE="SD Chart of LOS"  
                                 nolegend  turnhlabels  nohlabel  SSYMBOL=SBAR;
run;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhrq_0-1718930243913.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97728iF558A81B6A317AC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhrq_0-1718930243913.png" alt="bhrq_0-1718930243913.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Jun 2024 00:37:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933239#M46540</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-06-21T00:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the value of S on XS chart(SPC chart) plot ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933559#M46553</link>
      <description>&lt;P&gt;The central line in the s chart varies when the subgroup sizes vary, so it's not labeled. See&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/qcug/qcug_shewhart_sect281.htm" target="_self"&gt;Constructing Charts for Standard Deviations&lt;/A&gt;.&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="Zard_0-1719236280251.png" style="width: 480px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97850iDF048CE6B0D71EF6/image-dimensions/480x120?v=v2" width="480" height="120" role="button" title="Zard_0-1719236280251.png" alt="Zard_0-1719236280251.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 13:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933559#M46553</guid>
      <dc:creator>Zard</dc:creator>
      <dc:date>2024-06-24T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the value of S on XS chart(SPC chart) plot ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933813#M46565</link>
      <description>&lt;P&gt;Thanks for your answer, yes, central line varies with different subgroup sizes, but in the plot central line is constant as this is S_bar (the mean of those different s_i) , so I want to take the mean of those different s_i and labelled on the plot as a S_bar like the below article:&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="bhrq_0-1719416311555.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97910iDA40CD51D4FE6FC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhrq_0-1719416311555.png" alt="bhrq_0-1719416311555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for instance I created the S_chart using the belo code, how to get the mean of those different s_i and labeled on the plot ?&lt;/P&gt;
&lt;P&gt;proc shewhart data=tmp1;&lt;BR /&gt;schart LOS*AdmitYYQ/Markers outlimits=limits ODSTITLE="S Chart of LOS "&lt;BR /&gt;turnhlabels nolegend nohlabel ;&lt;BR /&gt;label LOS = 'Std Dev of LOS (hours)';&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&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="bhrq_1-1719416480020.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97911i8F4019A27653A3F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhrq_1-1719416480020.png" alt="bhrq_1-1719416480020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 15:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-the-value-of-S-on-XS-chart-SPC-chart-plot/m-p/933813#M46565</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-06-26T15:43:08Z</dc:date>
    </item>
  </channel>
</rss>

