<?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 ANOVA and lsmeans in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ANOVA-and-lsmeans/m-p/651068#M195298</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about the interpretation of an one-way ANOVA. The variable TRT have 3 groups and I use a proc mixed to obtain estimate and lsmeans.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=base method=reml ;&lt;BR /&gt;class TRT;&lt;BR /&gt;model param= TRT / s alpha=0.10&amp;nbsp; ;&lt;BR /&gt;estimate "b versus A " TRTA -1 1 0 / cl alpha=0.10 ;&lt;BR /&gt;lsmeans TRT/ cl alpha=0.1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the estimate, when I compare Bvs A, I obtain a pvalue=0.0478. But when I look the estimate means with the lsmeans statement I obtain estimate means and IC :&lt;/P&gt;&lt;P&gt;- group A : 1.0163402115 [0.9107315766 ; 1.1341952469]&lt;BR /&gt;- group B : 0.844887592 [0.7603604662; 0.9388113597]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can see that the IC overlap so, I think that there is no difference between group, however, the pvalue=0.0478. How could you explain this situation according you ? Maybe because each group has a small size ? (n=12).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 12:51:16 GMT</pubDate>
    <dc:creator>Clg</dc:creator>
    <dc:date>2020-05-27T12:51:16Z</dc:date>
    <item>
      <title>ANOVA and lsmeans</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ANOVA-and-lsmeans/m-p/651068#M195298</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about the interpretation of an one-way ANOVA. The variable TRT have 3 groups and I use a proc mixed to obtain estimate and lsmeans.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=base method=reml ;&lt;BR /&gt;class TRT;&lt;BR /&gt;model param= TRT / s alpha=0.10&amp;nbsp; ;&lt;BR /&gt;estimate "b versus A " TRTA -1 1 0 / cl alpha=0.10 ;&lt;BR /&gt;lsmeans TRT/ cl alpha=0.1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the estimate, when I compare Bvs A, I obtain a pvalue=0.0478. But when I look the estimate means with the lsmeans statement I obtain estimate means and IC :&lt;/P&gt;&lt;P&gt;- group A : 1.0163402115 [0.9107315766 ; 1.1341952469]&lt;BR /&gt;- group B : 0.844887592 [0.7603604662; 0.9388113597]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can see that the IC overlap so, I think that there is no difference between group, however, the pvalue=0.0478. How could you explain this situation according you ? Maybe because each group has a small size ? (n=12).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 12:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ANOVA-and-lsmeans/m-p/651068#M195298</guid>
      <dc:creator>Clg</dc:creator>
      <dc:date>2020-05-27T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA and lsmeans</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ANOVA-and-lsmeans/m-p/651071#M195301</link>
      <description>&lt;P&gt;Overlapping confidence intervals is never a valid way to perform an hypothesis test. So I would believe that&amp;nbsp;&lt;SPAN&gt;pvalue=0.0478 is correct.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 13:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ANOVA-and-lsmeans/m-p/651071#M195301</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-05-27T13:00:21Z</dc:date>
    </item>
  </channel>
</rss>

