<?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 estimating BLUE in MIxed Model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433794#M22822</link>
    <description>&lt;P&gt;Can any one send me a SAS example code for estimating BLUE in PROC MIXED?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 03 Feb 2018 14:56:58 GMT</pubDate>
    <dc:creator>anavabi</dc:creator>
    <dc:date>2018-02-03T14:56:58Z</dc:date>
    <item>
      <title>estimating BLUE in MIxed Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433794#M22822</link>
      <description>&lt;P&gt;Can any one send me a SAS example code for estimating BLUE in PROC MIXED?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 14:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433794#M22822</guid>
      <dc:creator>anavabi</dc:creator>
      <dc:date>2018-02-03T14:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: estimating BLUE in MIxed Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433832#M22831</link>
      <description>&lt;P&gt;This the code I use and I am interested in BLUE values for entry*treatment interation. the SOLUTION statement computes the BLUE values, but the problem is since treatment has only 2 levels, the estimated BLUE vlaue for one of the levels of treatment is 0 and then the BLUE estimates for entry*treatment interaction is only computed for entry by non zero treatment level. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Proc&lt;/STRONG&gt; &lt;STRONG&gt;mixed&lt;/STRONG&gt; data= b covtest ; by _Name_ ;&lt;/P&gt;
&lt;P&gt;class&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Rep&amp;nbsp; &amp;nbsp;entry treatment;&lt;/P&gt;
&lt;P&gt;model col1 =&amp;nbsp; entry&amp;nbsp;&amp;nbsp; treatment entry*treatment / outp=RESR residual solution DDFM= KENWARDROGER ;&lt;/P&gt;
&lt;P&gt;random&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rep&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;lsmeans entry entry*treatment;&lt;/P&gt;
&lt;P&gt;ods output Solutionf=BLUE;&lt;/P&gt;
&lt;P&gt;ODS output lsmeans=ls;&lt;/P&gt;
&lt;P&gt;Title 'Mixed model analysis';&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 19:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433832#M22831</guid>
      <dc:creator>anavabi</dc:creator>
      <dc:date>2018-02-03T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: estimating BLUE in MIxed Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433860#M22833</link>
      <description>&lt;P&gt;The LSMEANs are BLUEs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 20:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/estimating-BLUE-in-MIxed-Model/m-p/433860#M22833</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-02-03T20:43:27Z</dc:date>
    </item>
  </channel>
</rss>

