<?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: Change in behavior of the group= option in the RANDOM statement in PROC GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145416#M7604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to thank the good folks at technical support (and in particular, Jill) for taking the time to work on this, when the problem is with my code and NOT an inconsistency between versions.&amp;nbsp; So, I apologize to everyone, and remind us all:&amp;nbsp; If you do something more than once in a program using a PROC, make sure the syntax used is IDENTICAL, as even small differences can make you insane.&amp;nbsp; And in particular, if you apply the group= option in one RANDOM statement, make sure you apply it in all of the RANDOM statements if you are fitting an AR + random effect model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 19:37:07 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-11-15T19:37:07Z</dc:date>
    <item>
      <title>Change in behavior of the group= option in the RANDOM statement in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145413#M7601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;As a watch out, be aware that the output changes in 9.4/12.3 from 9.3/12.1 for the following (buried inside a macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glimmix data=for_Stats1 ic=pq;&lt;/P&gt;&lt;P&gt; by param ;&lt;/P&gt;&lt;P&gt; nloptions tech=nrridg;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class grp_no studyday anml_nbr ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model value = grp_no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; studyday&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; grp_no*studyday&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / ddfm=kr2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; random studyday /residual type=&amp;amp;covtype subject= anml_nbr(grp_no) group=grp_no;&lt;/P&gt;&lt;P&gt;&amp;nbsp; %if "&amp;amp;covtype" = "AR(1)" OR "&amp;amp;covtype" = "ARH(1)" %then %do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; random intercept/subject=anml_nbr(grp_no) group=grp_no;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end; &lt;/P&gt;&lt;P&gt;&amp;nbsp; covtest homogeneity;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods output fitstatistics = &amp;amp;outdata._a convergencestatus = &amp;amp;outdata.status ;&amp;nbsp; &lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &amp;amp;covtype is AR(1) or ARH(1), then under 9.3/12.1, a separate intercept is reported for each grp_no.&amp;nbsp; However, under 9.4/12.3, I do not get separate estimates, only a pooled estimate, almost as if the group= option was ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 16:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145413#M7601</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-11-15T16:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change in behavior of the group= option in the RANDOM statement in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145414#M7602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should report this to technical support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145414#M7602</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2013-11-15T17:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change in behavior of the group= option in the RANDOM statement in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145415#M7603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="178104" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; - That was my first step after the great gnashing of teeth and rending of garments this morning.&amp;nbsp; Figured I should get the news out here as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145415#M7603</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-11-15T17:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change in behavior of the group= option in the RANDOM statement in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145416#M7604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to thank the good folks at technical support (and in particular, Jill) for taking the time to work on this, when the problem is with my code and NOT an inconsistency between versions.&amp;nbsp; So, I apologize to everyone, and remind us all:&amp;nbsp; If you do something more than once in a program using a PROC, make sure the syntax used is IDENTICAL, as even small differences can make you insane.&amp;nbsp; And in particular, if you apply the group= option in one RANDOM statement, make sure you apply it in all of the RANDOM statements if you are fitting an AR + random effect model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 19:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Change-in-behavior-of-the-group-option-in-the-RANDOM-statement/m-p/145416#M7604</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-11-15T19:37:07Z</dc:date>
    </item>
  </channel>
</rss>

