<?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: What procedure need to use to get unadjusted P values. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692691#M211063</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/350312"&gt;@SASuserlot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am running proc mixed procedure and multitest procedure. I am getting the p-values, So I am curious what is the difference between these p values and unadjusted p values. is there a difference?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Adjusted p-values usually are adjusted because you are performing multiple tests at once, and so the p-values are adjusted to yield an overall type-I error rate that is desired (say 0.05 across all tests) rather than the type one error rate desired (0.05) for a single (not multiple) test.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 20:15:47 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-10-19T20:15:47Z</dc:date>
    <item>
      <title>What procedure need to use to get unadjusted P values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692668#M211040</link>
      <description>&lt;P&gt;What procedure need to use to get unadjusted P values.i tried multi test but &amp;nbsp;not sure &amp;nbsp;how to get unadjusted. Any suggestions please .&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 18:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692668#M211040</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2020-10-19T18:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: What procedure need to use to get unadjusted P values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692675#M211044</link>
      <description>&lt;P&gt;Unadjuste p-value for what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some procedures, like Multtest, are specifically designed to make appropriate adjustments. So you really need to describe what you are testing.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 19:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692675#M211044</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-19T19:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: What procedure need to use to get unadjusted P values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692684#M211056</link>
      <description>&lt;P&gt;Almost all procedures will give un-adjusted p values. Please explain your problem in more detail so we can know what you are talking about.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 19:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692684#M211056</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-10-19T19:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: What procedure need to use to get unadjusted P values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692686#M211058</link>
      <description>I am running proc mixed procedure and multitest procedure. I am getting the p-values, So I am curious what is the difference between these p values and unadjusted p values. is there a difference?</description>
      <pubDate>Mon, 19 Oct 2020 19:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692686#M211058</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2020-10-19T19:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: What procedure need to use to get unadjusted P values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692689#M211061</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;Unadjusted typically means it includes only the variable/treatment and the outcome. You 'adjust' for other variables by then including them in the model, so adding 'age' variable adjusts for the age factor.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Given the recent update from the OP, this answer is not correct or relevant.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 20:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692689#M211061</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-19T20:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: What procedure need to use to get unadjusted P values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692691#M211063</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/350312"&gt;@SASuserlot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am running proc mixed procedure and multitest procedure. I am getting the p-values, So I am curious what is the difference between these p values and unadjusted p values. is there a difference?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Adjusted p-values usually are adjusted because you are performing multiple tests at once, and so the p-values are adjusted to yield an overall type-I error rate that is desired (say 0.05 across all tests) rather than the type one error rate desired (0.05) for a single (not multiple) test.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 20:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-procedure-need-to-use-to-get-unadjusted-P-values/m-p/692691#M211063</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-10-19T20:15:47Z</dc:date>
    </item>
  </channel>
</rss>

