<?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 can i hard code the control limits in a control chart for a data set%3F in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576344#M28295</link>
    <description>&lt;P&gt;I cannot download Microsoft Office documents from web sites, it's a security risk. Can you provide the graphics via a .pdf file, or by including them directly in your reply?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you doing this in Enterprise Guide via the user interface and not via writing your own code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 19:46:49 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-07-24T19:46:49Z</dc:date>
    <item>
      <title>How can i hard code the control limits in a control chart for a data set%3F</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576158#M28278</link>
      <description>&lt;P&gt;I have a data set, for which I would like to create a control chart, however I would like the values of the control limit and Mean be hard coded by myself and not calculated based on the active data.&lt;/P&gt;&lt;P&gt;There seems to be an option in the control chart options to manually have the limits entered, however i cant get the numbers entered match with what eventually displays in the chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what am i missing? how can i force 3 specific values for Mean/LCL and UCL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;took some screenshots attached..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 13:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576158#M28278</guid>
      <dc:creator>Sepideh_B</dc:creator>
      <dc:date>2019-07-24T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i hard code the control limits in a control chart for a data set%3F</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576169#M28279</link>
      <description>&lt;P&gt;Show us the code of what you have tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, have you tried using the MU0= and SIGMA0= options?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576169#M28279</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-24T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can i hard code the control limits in a control chart for a data set%3F</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576342#M28294</link>
      <description>&lt;P&gt;I actually havent tried any codes, everything is auto generated by SAS, II have a dataset as below:&lt;/P&gt;&lt;P&gt;951&lt;BR /&gt;861&lt;BR /&gt;877&lt;BR /&gt;822&lt;BR /&gt;854&lt;BR /&gt;847&lt;BR /&gt;840&lt;BR /&gt;858&lt;BR /&gt;853&lt;BR /&gt;825&lt;BR /&gt;823&lt;BR /&gt;821&lt;BR /&gt;840&lt;BR /&gt;833&lt;BR /&gt;843&lt;BR /&gt;840&lt;BR /&gt;842&lt;BR /&gt;859&lt;BR /&gt;861&lt;BR /&gt;825&lt;BR /&gt;878&lt;BR /&gt;835&lt;BR /&gt;853&lt;BR /&gt;856&lt;BR /&gt;855&lt;BR /&gt;860&lt;BR /&gt;813&lt;BR /&gt;831&lt;BR /&gt;819&lt;BR /&gt;840&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I want to enforce Mean = 847 UCL =900 LCL =794&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when the table with the above column gets generated, I use the&amp;nbsp; option: Analysis - control charts -&amp;nbsp; individual control charts -&amp;nbsp; to get to the attached page that i showed previously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sas auto generates the below code for the control chart when i perform the above..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* -------------------------------------------------------------------&lt;BR /&gt;Code generated by SAS Task&lt;/P&gt;&lt;P&gt;Generated on: Wednesday, July 24, 2019 at 3:33:13 PM&lt;BR /&gt;By task: Individual Measurements Chart1&lt;/P&gt;&lt;P&gt;Input Data: BIApp_USER:WORK.AHT&lt;BR /&gt;Server: BIApp_USER&lt;BR /&gt;------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;%_eg_conditional_dropds(WORK.SORTTempTableSorted);&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;PROC SHEWHART does not support DEVICE=ACTIVEX. Switching to PNG.&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;OPTIONS DEV=PNG;&lt;BR /&gt;DATA PLIMITS;&lt;BR /&gt;_VAR_= 'Week_Metric';&lt;BR /&gt;_SUBGRP_= 'Week_no_year';&lt;/P&gt;&lt;P&gt;_SIGMAS_= 0.1;&lt;BR /&gt;_UCLI_=900;&lt;BR /&gt;_MEAN_=847;&lt;BR /&gt;_LCLI_=794;&lt;BR /&gt;_LCLR_=794;&lt;BR /&gt;_R_=847;&lt;BR /&gt;_UCLR_=900;&lt;BR /&gt;output;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;BR /&gt;SYMBOL VALUE=PLUS;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;Sort data set BIApp_USER:WORK.AHT&lt;BR /&gt;------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;BR /&gt;CREATE VIEW WORK.SORTTempTableSorted AS&lt;BR /&gt;SELECT T.Week_Metric, T.Week_no_year&lt;BR /&gt;FROM WORK.AHT as T&lt;BR /&gt;;&lt;BR /&gt;QUIT;&lt;BR /&gt;TITLE;&lt;BR /&gt;TITLE1 "Shewhart analysis of: Week_Metric*Week_no_year";&lt;BR /&gt;FOOTNOTE;&lt;BR /&gt;FOOTNOTE1 "Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))";&lt;BR /&gt;PROC SHEWHART DATA = WORK.SORTTempTableSorted&lt;BR /&gt;LIMITS=PLIMITS;&lt;BR /&gt;;&lt;BR /&gt;IRCHART (Week_Metric) * Week_no_year /&lt;BR /&gt;&lt;BR /&gt;SIGMAS=0.1&lt;BR /&gt;CAXIS=BLACK&lt;BR /&gt;WAXIS=1&lt;BR /&gt;CTEXT=BLACK&lt;BR /&gt;CINFILL=CXA9A9A9&lt;BR /&gt;CLIMITS=BLACK&lt;BR /&gt;TOTPANELS=1&lt;BR /&gt;NOCHART2&lt;BR /&gt;CCONNECT=BLUE&lt;BR /&gt;COUT=RED&lt;BR /&gt;COUTFILL=RED&lt;BR /&gt;CFRAME=CXD3D3D3&lt;BR /&gt;LIMITN=2&lt;BR /&gt;;&lt;BR /&gt;;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;End of task code.&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;RUN; QUIT;&lt;BR /&gt;%_eg_conditional_dropds(WORK.SORTTempTableSorted);&lt;BR /&gt;TITLE; FOOTNOTE;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;Restoring original device type setting.&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;OPTIONS DEV=ACTIVEX;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576342#M28294</guid>
      <dc:creator>Sepideh_B</dc:creator>
      <dc:date>2019-07-24T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can i hard code the control limits in a control chart for a data set%3F</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576344#M28295</link>
      <description>&lt;P&gt;I cannot download Microsoft Office documents from web sites, it's a security risk. Can you provide the graphics via a .pdf file, or by including them directly in your reply?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you doing this in Enterprise Guide via the user interface and not via writing your own code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576344#M28295</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-24T19:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i hard code the control limits in a control chart for a data set%3F</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576354#M28296</link>
      <description>&lt;P&gt;I attached a PDF file here with the full description of the issue. I am using Enterprise guide, the user interface, not code for creating the control charts..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:10:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576354#M28296</guid>
      <dc:creator>Sepideh_B</dc:creator>
      <dc:date>2019-07-24T20:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can i hard code the control limits in a control chart for a data set%3F</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576355#M28297</link>
      <description>&lt;P&gt;I see what you mean, but I can't help with the Enterprise Guide graphic user interface.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-i-hard-code-the-control-limits-in-a-control-chart-for-a/m-p/576355#M28297</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-24T20:14:40Z</dc:date>
    </item>
  </channel>
</rss>

