<?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 treatment means with proc mixed in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/treatment-means-with-proc-mixed/m-p/742499#M232272</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was handed a past research project that never got finished and keep getting differences in treatment means with the code I am using. It's been a while since I have used SAS and done statistics. My differences seem to be in the model statement. I cannot remember what the "P=" is supposed to mean but my differences seem to be resulting from that as my data and model is exactly the same except that one statement has P=0.61 and the other has P=0.9361. This is probably a dumb question but I am having a hard time remembering. Could anyone clarify this for me?&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;class trt rep pvt year;&lt;/P&gt;&lt;P&gt;model iw=trt year; *trt*year (P=0.61);&lt;/P&gt;&lt;P&gt;random pvt;&lt;/P&gt;&lt;P&gt;lsmeans trt year /pdiff;&lt;/P&gt;&lt;P&gt;run;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;class trt rep pvt year;&lt;/P&gt;&lt;P&gt;model ibw=trt year; *trt*year (P=0.9361);&lt;/P&gt;&lt;P&gt;random pvt;&lt;/P&gt;&lt;P&gt;lsmeans trt year /pdiff;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 19:22:53 GMT</pubDate>
    <dc:creator>djakub</dc:creator>
    <dc:date>2021-05-19T19:22:53Z</dc:date>
    <item>
      <title>treatment means with proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/treatment-means-with-proc-mixed/m-p/742499#M232272</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was handed a past research project that never got finished and keep getting differences in treatment means with the code I am using. It's been a while since I have used SAS and done statistics. My differences seem to be in the model statement. I cannot remember what the "P=" is supposed to mean but my differences seem to be resulting from that as my data and model is exactly the same except that one statement has P=0.61 and the other has P=0.9361. This is probably a dumb question but I am having a hard time remembering. Could anyone clarify this for me?&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;class trt rep pvt year;&lt;/P&gt;&lt;P&gt;model iw=trt year; *trt*year (P=0.61);&lt;/P&gt;&lt;P&gt;random pvt;&lt;/P&gt;&lt;P&gt;lsmeans trt year /pdiff;&lt;/P&gt;&lt;P&gt;run;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;class trt rep pvt year;&lt;/P&gt;&lt;P&gt;model ibw=trt year; *trt*year (P=0.9361);&lt;/P&gt;&lt;P&gt;random pvt;&lt;/P&gt;&lt;P&gt;lsmeans trt year /pdiff;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 19:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/treatment-means-with-proc-mixed/m-p/742499#M232272</guid>
      <dc:creator>djakub</dc:creator>
      <dc:date>2021-05-19T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: treatment means with proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/treatment-means-with-proc-mixed/m-p/742500#M232273</link>
      <description>&lt;P&gt;It would be more meaningful if you showed us a screen capture of the two outputs from SAS. You have shown us p-values, but we don't know what test the p-values are for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, when the p-value is large than some threshold (often 0.05, but other thresholds can be used) then you do not have a statistical difference between the treatment means; or in other words, you accept the hypothesis of no difference.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 19:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/treatment-means-with-proc-mixed/m-p/742500#M232273</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-05-19T19:28:53Z</dc:date>
    </item>
  </channel>
</rss>

