<?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: SAS Procedure that only outputs a Probability Plot and Test for Normality in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281217#M59077</link>
    <description>&lt;P&gt;Before calling proc univariate:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS SELECT NONE;&lt;/P&gt;
&lt;P&gt;ODS SELECT ProbPlot;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 18:44:32 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-06-29T18:44:32Z</dc:date>
    <item>
      <title>SAS Procedure that only outputs a Probability Plot and Test for Normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281187#M59072</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to get a simple probability plot with the test for normalily. &amp;nbsp;There are many ways I have found to do this in SAS 9.4, however, the issue that I have is that it comes with much more output that I do not need. &amp;nbsp;I was wondering how one could get just a probability plot with a p-value for a test of normality (such as Shapiro-Wilk or Anderson-Darling) in the plot or in a seperate table without all of the other tables that a procedure such as proc univariate will give you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example what I would desire to have:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Jeff S. O.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://onlinecourses.science.psu.edu/stat501/sites/onlinecourses.science.psu.edu.stat501/files/11interaction/mt_regress_equation_04.png" border="0" alt="normal probability plot" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281187#M59072</guid>
      <dc:creator>Jolly</dc:creator>
      <dc:date>2016-06-29T18:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Procedure that only outputs a Probability Plot and Test for Normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281214#M59075</link>
      <description>&lt;P&gt;Proc Univariate with PPLOT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can control what is output with ODS SELECT &amp;lt;graphname&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find the graph name by using ODS TRACE or checking the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281214#M59075</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-29T18:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Procedure that only outputs a Probability Plot and Test for Normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281217#M59077</link>
      <description>&lt;P&gt;Before calling proc univariate:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS SELECT NONE;&lt;/P&gt;
&lt;P&gt;ODS SELECT ProbPlot;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281217#M59077</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-29T18:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Procedure that only outputs a Probability Plot and Test for Normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281220#M59078</link>
      <description>&lt;P&gt;Wish I had ran across this statement long ago! &amp;nbsp;Just saw&amp;nbsp;the ODS trace statement to determine the names of the tables from the link you posted. &amp;nbsp;This is great! &amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Procedure-that-only-outputs-a-Probability-Plot-and-Test-for/m-p/281220#M59078</guid>
      <dc:creator>Jolly</dc:creator>
      <dc:date>2016-06-29T18:47:58Z</dc:date>
    </item>
  </channel>
</rss>

