<?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 PROC MIXED: Coefficients for Least Squares Means Differences in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Coefficients-for-Least-Squares-Means-Differences/m-p/281767#M14837</link>
    <description>&lt;P&gt;I can use the E option on the LSMEANS statement to get the coefficients for the effect but I would also like to get the coefficients for the differences. &amp;nbsp;I know I can use programming to compute the coefficients for the differences but I think SAS already knows that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=sashelp.class;
   class sex;
   model age = sex;
   lsmeans sex / e diff;
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3893iF79CEBE6B72F4618/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 16:54:03 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2016-07-01T16:54:03Z</dc:date>
    <item>
      <title>PROC MIXED: Coefficients for Least Squares Means Differences</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Coefficients-for-Least-Squares-Means-Differences/m-p/281767#M14837</link>
      <description>&lt;P&gt;I can use the E option on the LSMEANS statement to get the coefficients for the effect but I would also like to get the coefficients for the differences. &amp;nbsp;I know I can use programming to compute the coefficients for the differences but I think SAS already knows that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=sashelp.class;
   class sex;
   model age = sex;
   lsmeans sex / e diff;
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3893iF79CEBE6B72F4618/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 16:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Coefficients-for-Least-Squares-Means-Differences/m-p/281767#M14837</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-07-01T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED: Coefficients for Least Squares Means Differences</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Coefficients-for-Least-Squares-Means-Differences/m-p/281772#M14841</link>
      <description>&lt;P&gt;Huh. &amp;nbsp;It's not there. &amp;nbsp;Thirty minutes of searching options, and it's not there. &amp;nbsp;And I can see where it would really be nice for&amp;nbsp;the options ANOM and CONTROL. &amp;nbsp;Definitely a SAS ballot item.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 17:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Coefficients-for-Least-Squares-Means-Differences/m-p/281772#M14841</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-07-01T17:32:45Z</dc:date>
    </item>
  </channel>
</rss>

