<?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 see    &amp;quot;X-bar Chart&amp;quot;   for Subgroup Data Without creating   &amp;quot;S Chart/R cha in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929399#M46300</link>
    <description>Thank you for the response, I actually tried Xchart, but doesn't work for the subgroup sample size greater than 25. so, I need to use nochart2.&lt;BR /&gt;</description>
    <pubDate>Thu, 23 May 2024 13:32:32 GMT</pubDate>
    <dc:creator>bhr-q</dc:creator>
    <dc:date>2024-05-23T13:32:32Z</dc:date>
    <item>
      <title>How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R chart" ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928859#M46270</link>
      <description>&lt;P&gt;Hello, I want to create just Xbar chart for LOS(hours) quartely with 8 subgroups using SAS.,&lt;/P&gt;
&lt;P&gt;I used&lt;STRONG&gt; &amp;nbsp;XSCHART , &lt;/STRONG&gt;it will give me both &lt;STRONG&gt;both X-bar and S charts&lt;/STRONG&gt; together. Same for XR chart.&lt;/P&gt;
&lt;P&gt;but I only want to have&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;X-bar chart&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I also cannot use only xchart in my SAS code as xchart &amp;nbsp;is used for individual data not for subgroup data.&lt;/P&gt;
&lt;P&gt;How can I adjust my SAS code to see only the X-bar chart in my output?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc shewhart data=MIS;&lt;BR /&gt;xSchart LOS*AdmitYYQ / Markers&amp;nbsp; &amp;nbsp; &amp;nbsp;outtable=outtable&amp;nbsp; &amp;nbsp;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is the output to see both are in the same frame.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928859#M46270</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-05-17T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928863#M46271</link>
      <description>&lt;P&gt;Use the NOCHART2 option&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928863#M46271</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-17T18:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928864#M46272</link>
      <description>&lt;P&gt;You can use the NOCHART2 option in the XSCHART or the XRCHART statement to suppress the secondary chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc shewhart data=MIS;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xSchart LOS*AdmitYYQ / Markers&amp;nbsp; &amp;nbsp; &amp;nbsp;outtable=outtable&amp;nbsp; &amp;nbsp;nochart2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928864#M46272</guid>
      <dc:creator>Zard</dc:creator>
      <dc:date>2024-05-17T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928870#M46273</link>
      <description>Great, Thank you</description>
      <pubDate>Fri, 17 May 2024 19:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928870#M46273</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-05-17T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928903#M46276</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465427"&gt;@bhr-q&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I also cannot use only xchart in my SAS code as xchart &amp;nbsp;is used for individual data not for subgroup data.&lt;/P&gt;
&lt;P&gt;How can I adjust my SAS code to see only the X-bar chart in my output?&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;nochart2 is a fine solution. &amp;nbsp;You could also use XCHART. &amp;nbsp;XCHART in PROC SHEWHART &amp;nbsp;is for subgroup means, the individual data chart is called an IRCHART. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2024 11:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/928903#M46276</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-05-18T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929399#M46300</link>
      <description>Thank you for the response, I actually tried Xchart, but doesn't work for the subgroup sample size greater than 25. so, I need to use nochart2.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2024 13:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929399#M46300</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-05-23T13:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929670#M46322</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465427"&gt;@bhr-q&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you for the response, I actually tried Xchart, but doesn't work for the subgroup sample size greater than 25. so, I need to use nochart2.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you use Xchart, by default it uses the subgroup range to estimate the process SD, with sample size greater than 25 you get an error, but it comes with a helpful suggestion:&lt;/P&gt;
&lt;PRE&gt;ERROR: A subgroup sample size greater than 25 was encountered for process variable x.
NOTE: Suggested alternatives are to subdivide the subgroups, or to base the control limits on subgroup standard deviations rather
      than subgroup ranges.
NOTE: Use the STDDEVS option in an XCHART or MCHART statement to specify estimation of the process standard deviation from
      subgroup standard deviations rather than subgroup ranges.
&lt;/PRE&gt;
&lt;P&gt;So if you add the STDDEVS option, the XCHART will use subgroup SD to estimate the process SD, which is what an XSCHART does by default.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In my understanding,&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;xchart y*lot /stddevs ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is equivalent to:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;xschart y*lot /nochart2 ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So, just two different ways to do the same thing (as often is available in SAS).&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 12:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929670#M46322</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-05-25T12:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to see    "X-bar Chart"   for Subgroup Data Without creating   "S Chart/R cha</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929689#M46325</link>
      <description>Thank you so much for letting me know, I did just now, and it works. Great way to know.</description>
      <pubDate>Sun, 26 May 2024 02:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-see-quot-X-bar-Chart-quot-for-Subgroup-Data-Without/m-p/929689#M46325</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-05-26T02:31:38Z</dc:date>
    </item>
  </channel>
</rss>

