<?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: DUNNETS Post-hoc test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/460013#M24011</link>
    <description>Hi, Cynthia Thank you.&lt;BR /&gt;&lt;BR /&gt;I did notice it but was not giving me the correct data I was looking for.&lt;BR /&gt;However, after adjusting to.....&lt;BR /&gt;&lt;BR /&gt;lsmeans Treatment / pdiff=controll cl adjust=dunnett;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was bale to get resulst I want. Thnak you very much.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please direct me to avideo that can help with interpretation.&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SAS Output&lt;BR /&gt;The GLM Procedure&lt;BR /&gt;Least Squares Means&lt;BR /&gt;Adjustment for Multiple Comparisons: Dunnett&lt;BR /&gt;&lt;BR /&gt;NewOutcome2015 Age_2005 LSMEAN H0:LSMean=Control&lt;BR /&gt;Pr &amp;gt; |t|&lt;BR /&gt;MHNWBoth 52.1374046&lt;BR /&gt;MHOBoth 49.1176471 0.1778&lt;BR /&gt;MetS2015 51.6000000 0.8843&lt;BR /&gt;&lt;BR /&gt;NewOutcome2015 Age_2005 LSMEAN 95% Confidence Limits&lt;BR /&gt;MHNWBoth 52.137405 50.521274 53.753535&lt;BR /&gt;MHOBoth 49.117647 45.945359 52.289935&lt;BR /&gt;MetS2015 51.600000 49.750254 53.449746&lt;BR /&gt;&lt;BR /&gt;Least Squares Means for Effect NewOutcome2015&lt;BR /&gt;i j Difference Between&lt;BR /&gt;Means Simultaneous 95% Confidence Limits&lt;BR /&gt;for LSMean(i)-LSMean(j)&lt;BR /&gt;2 1 -3.019758 -7.071581 1.032066&lt;BR /&gt;3 1 -0.537405 -3.332869 2.258060&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 May 2018 12:24:41 GMT</pubDate>
    <dc:creator>Achieng</dc:creator>
    <dc:date>2018-05-04T12:24:41Z</dc:date>
    <item>
      <title>DUNNETS Post-hoc test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/459827#M24009</link>
      <description>&lt;P&gt;Hello SAS gurus and my biggest: smiley very-happy:,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am comparing three outcome groups.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was&amp;nbsp;using&amp;nbsp; Kruskal Wallis test because we have non-normal data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; proc npar1way data=ALICEPAPER3MAY2018 WILCOXON;
	 class NewOutcome2015;EXACT WILCOXON / MC;
	  var Age_2005 WeightPA05;
	run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do a posthoc test, my supervisor&amp;nbsp;recommended&amp;nbsp;Dunnets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to run other tests i.e just&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;palying&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with SAS and I&amp;nbsp;am successful, i.e&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Benferroni.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/* Performing the Bonferroni Multiple Comparisons: */

PROC GLM DATA=ALICEPAPER3MAY2018;
CLASS NewOutcome2015;
MODEL Age_2005 = NewOutcome2015;
LSMEANS NewOutcome2015 / CL PDIFF ADJUST=BON;
run;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;However,&amp;nbsp;but cant get DUNNETS Test, please help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help and codes as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Achieng&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 20:08:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/459827#M24009</guid>
      <dc:creator>Achieng</dc:creator>
      <dc:date>2018-05-03T20:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: DUNNETS Post-hoc test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/459890#M24010</link>
      <description>Hi:&lt;BR /&gt;  Did you look in the Doc? There appears to be an ADJUST=DUNNETT option for the LSMEANS statement: &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax10.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax10.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt; for PROC GLM.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 03 May 2018 23:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/459890#M24010</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-05-03T23:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: DUNNETS Post-hoc test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/460013#M24011</link>
      <description>Hi, Cynthia Thank you.&lt;BR /&gt;&lt;BR /&gt;I did notice it but was not giving me the correct data I was looking for.&lt;BR /&gt;However, after adjusting to.....&lt;BR /&gt;&lt;BR /&gt;lsmeans Treatment / pdiff=controll cl adjust=dunnett;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was bale to get resulst I want. Thnak you very much.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please direct me to avideo that can help with interpretation.&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SAS Output&lt;BR /&gt;The GLM Procedure&lt;BR /&gt;Least Squares Means&lt;BR /&gt;Adjustment for Multiple Comparisons: Dunnett&lt;BR /&gt;&lt;BR /&gt;NewOutcome2015 Age_2005 LSMEAN H0:LSMean=Control&lt;BR /&gt;Pr &amp;gt; |t|&lt;BR /&gt;MHNWBoth 52.1374046&lt;BR /&gt;MHOBoth 49.1176471 0.1778&lt;BR /&gt;MetS2015 51.6000000 0.8843&lt;BR /&gt;&lt;BR /&gt;NewOutcome2015 Age_2005 LSMEAN 95% Confidence Limits&lt;BR /&gt;MHNWBoth 52.137405 50.521274 53.753535&lt;BR /&gt;MHOBoth 49.117647 45.945359 52.289935&lt;BR /&gt;MetS2015 51.600000 49.750254 53.449746&lt;BR /&gt;&lt;BR /&gt;Least Squares Means for Effect NewOutcome2015&lt;BR /&gt;i j Difference Between&lt;BR /&gt;Means Simultaneous 95% Confidence Limits&lt;BR /&gt;for LSMean(i)-LSMean(j)&lt;BR /&gt;2 1 -3.019758 -7.071581 1.032066&lt;BR /&gt;3 1 -0.537405 -3.332869 2.258060&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2018 12:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DUNNETS-Post-hoc-test/m-p/460013#M24011</guid>
      <dc:creator>Achieng</dc:creator>
      <dc:date>2018-05-04T12:24:41Z</dc:date>
    </item>
  </channel>
</rss>

