<?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 change p-value when running sas code in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528610#M73642</link>
    <description>&lt;P&gt;The default p-value of sas&amp;nbsp;is 0.05. How can i reset the p-value when running the code?&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jan 2019 05:31:15 GMT</pubDate>
    <dc:creator>Lili_Cai</dc:creator>
    <dc:date>2019-01-20T05:31:15Z</dc:date>
    <item>
      <title>How to change p-value when running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528610#M73642</link>
      <description>&lt;P&gt;The default p-value of sas&amp;nbsp;is 0.05. How can i reset the p-value when running the code?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 05:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528610#M73642</guid>
      <dc:creator>Lili_Cai</dc:creator>
      <dc:date>2019-01-20T05:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to change p-value when running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528611#M73643</link>
      <description>&lt;P&gt;Hello and welcome to the SAS communities &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us the code you are running? Then we can answer your question.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 08:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528611#M73643</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-01-20T08:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change p-value when running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528616#M73644</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256426"&gt;@Lili_Cai&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The default p-value of sas&amp;nbsp;is 0.05. How can i reset the p-value when running the code?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'd have to disagree with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS computes the p-value for each test, it does not use 0.05. If the computed p-value is 0.02, then SAS shows 0.02. If the computed p-value is 0.80, then SAS shows 0.80.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it's not clear what you are doing, or why you say this about p-values.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 12:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528616#M73644</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-20T12:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change p-value when running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528630#M73645</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Miller,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Actually, I would like to set p=0.1 when running the sas&amp;nbsp;code. I just figure it out that adding alpha=0.1 will be enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 17:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528630#M73645</guid>
      <dc:creator>Lili_Cai</dc:creator>
      <dc:date>2019-01-20T17:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change p-value when running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528634#M73646</link>
      <description>&lt;P&gt;I would like to clarify this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The p-value is not changed by any ALPHA=0.1 setting that you can specify. The p-value simply is the p-value and there's nothing you can do to change it, that's not a SAS thing, it's true in all software and it's true even if you do the calculations by hand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ALPHA= only affects hypothesis tests (which may be exactly what you want), but it does not affect p-values.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 18:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-p-value-when-running-sas-code/m-p/528634#M73646</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-20T18:09:37Z</dc:date>
    </item>
  </channel>
</rss>

