<?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: ANOVA TEST in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898401#M39974</link>
    <description>&lt;P&gt;But I can not find the appropriate p-value&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 20:47:28 GMT</pubDate>
    <dc:creator>ccavaco</dc:creator>
    <dc:date>2023-10-12T20:47:28Z</dc:date>
    <item>
      <title>ANOVA TEST</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898400#M39973</link>
      <description>&lt;P&gt;I am currently trying to work on a problem that looks at performing a oneway ANOVA test,&amp;nbsp;testing the three drugs’ effects on SBP (systolic blood pressure). What&lt;BR /&gt;is the overall p-value for the test? Using the Tukey (default) method of multiple&lt;BR /&gt;comparisons, what do you conclude about the three drug levels (Placebo, Drug A,&lt;BR /&gt;and Drug B)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 20:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898400#M39973</guid>
      <dc:creator>ccavaco</dc:creator>
      <dc:date>2023-10-12T20:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA TEST</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898401#M39974</link>
      <description>&lt;P&gt;But I can not find the appropriate p-value&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 20:47:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898401#M39974</guid>
      <dc:creator>ccavaco</dc:creator>
      <dc:date>2023-10-12T20:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA TEST</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898403#M39975</link>
      <description>Show your output and indicate how you cannot find the p-value? Does that mean you do not get results or that you do not know where in the output to obtain the p-value?</description>
      <pubDate>Thu, 12 Oct 2023 20:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898403#M39975</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-10-12T20:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA TEST</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898422#M39976</link>
      <description>&lt;P&gt;You don't show us your code, but I will assume that you are doing this Tukey test in PROC GLM. Next time show us your code, don't make me guess or assume.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the MEANS statement, Tukey's multiple comparison generally does not produce p-values. It produces pairwise comparisons via the LINES option, which produces results like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1697147537749.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88825i3AC88C7322974375/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1697147537749.png" alt="PaigeMiller_0-1697147537749.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also get the confidence intervals for pairwise comparison of means using the CLDIFF option, but again no p-values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_1-1697147597479.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88826iE8D6EF21C321EA8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_1-1697147597479.png" alt="PaigeMiller_1-1697147597479.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the LSMEANS statement, with the PDIFF option, you can get p-values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1697184276846.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88830iD1D2246748D21773/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1697184276846.png" alt="PaigeMiller_0-1697184276846.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 08:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898422#M39976</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-13T08:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA TEST</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898425#M39977</link>
      <description>&lt;P&gt;Not sure if this tutorial talks about Tukey, but I still thought I would post it :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Tutorial | What is ANOVA?&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=C1s0ZXNTheo" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=C1s0ZXNTheo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;by my colleague&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274166"&gt;@AndyRavenna&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 22:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ANOVA-TEST/m-p/898425#M39977</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-10-12T22:04:18Z</dc:date>
    </item>
  </channel>
</rss>

