<?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: Can you estimate nested random effects in PROC MIXED? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/539032#M27077</link>
    <description>&lt;P&gt;Sure. If you use &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_nlmixed_examples06.htm&amp;amp;locale=en" target="_self"&gt;the simulated nested data in the PROC NLMIXED documentation,&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;the MIXED code might look like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data = nested method=ML;
   class A B;
   model resp = / s;
   random a b(a);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 27 Feb 2019 16:08:18 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-02-27T16:08:18Z</dc:date>
    <item>
      <title>Can you estimate nested random effects in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/538869#M27076</link>
      <description>&lt;P&gt;I have some nested data on a surgical intervention on patients with multiple fingers - some with both limbs. So I have a random effect of finger within limb within patient in a mixed model. My question is, if I want to produce an estimate for say just the "thumbs" - could I use an estimate statement for that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 01:46:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/538869#M27076</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2019-02-27T01:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can you estimate nested random effects in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/539032#M27077</link>
      <description>&lt;P&gt;Sure. If you use &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_nlmixed_examples06.htm&amp;amp;locale=en" target="_self"&gt;the simulated nested data in the PROC NLMIXED documentation,&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;the MIXED code might look like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data = nested method=ML;
   class A B;
   model resp = / s;
   random a b(a);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Feb 2019 16:08:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/539032#M27077</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-02-27T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can you estimate nested random effects in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/539113#M27080</link>
      <description>So lets say I have 2 levels for hand and 5 levels for finger, I could use:&lt;BR /&gt;estimate a 0 1 b(a) ...&lt;BR /&gt;to get the estimated mean Y for a specific finger for both hands?</description>
      <pubDate>Wed, 27 Feb 2019 20:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-you-estimate-nested-random-effects-in-PROC-MIXED/m-p/539113#M27080</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2019-02-27T20:20:13Z</dc:date>
    </item>
  </channel>
</rss>

