<?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 Glimmix, specification of repeated effect in both model and random statements? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181702#M9443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;I am currently working on a model that I posted a different sort of question about in a previous post. My current question is: &lt;EM&gt;What is the relationship between the repeated effect that is indicated in the "random" line of code (random repeated_effect / subject=object_repeatedly_measured;), and the fixed effects in the model statement?&amp;nbsp; Must the repeated effect be a fixed effect? If so, must it appear in the model statement?&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;A snippet of the model I am starting from is below. Measures were taken in each season between 2007 and 2012. This model results in a non-significant test for season (but singificant test for seasonyear), and most lsmeans for environment and season being unestimable. I presume that is because of confounding between season and seasonyear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season seasonyear / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random seasonyr / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;If I drop seasonyear from the fixed effects and leave the rest of the model alone, I get a significant effect of season and estimable lsmeans. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random seasonyr / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;(1) Is this a legitimate thing to do? Specifically, can I include a repeated effect factor that is not in the model statement?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;Upon thinking about it more, I concluded that actually, year is an effect that is missing from this model, and that seasonyear could be thought of as season*year. My first step toward this path, because it seemed most like the way I have seen models put together in other settings, was to put year in as a fixed factor. The following model also yields non-estimable lsmeans (and identifies significant differences among seasons and years but not season*year).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season year season*year / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random season*year / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;(2) Is that a legitimate thing to do? If so, is it because I now have season*year both in the model and as the repeated effect in the second random statement? If so, is there something I can do I do about the inability to get lsmeans?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;But really, I am not interested in the specific years in the study, and perhaps there are enough of them that I can deal with them as the random factor that I think they really are (the study ran from 2007 into 2012). So now I have the model below. It &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment year;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random season*year / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;(3) Is that a legitimate thing to do? If not, which of the many changes from my starting point is/are the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your insights!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 11:47:53 GMT</pubDate>
    <dc:creator>skr01</dc:creator>
    <dc:date>2014-04-16T11:47:53Z</dc:date>
    <item>
      <title>Proc Glimmix, specification of repeated effect in both model and random statements?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181702#M9443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;I am currently working on a model that I posted a different sort of question about in a previous post. My current question is: &lt;EM&gt;What is the relationship between the repeated effect that is indicated in the "random" line of code (random repeated_effect / subject=object_repeatedly_measured;), and the fixed effects in the model statement?&amp;nbsp; Must the repeated effect be a fixed effect? If so, must it appear in the model statement?&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;A snippet of the model I am starting from is below. Measures were taken in each season between 2007 and 2012. This model results in a non-significant test for season (but singificant test for seasonyear), and most lsmeans for environment and season being unestimable. I presume that is because of confounding between season and seasonyear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season seasonyear / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random seasonyr / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;If I drop seasonyear from the fixed effects and leave the rest of the model alone, I get a significant effect of season and estimable lsmeans. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random seasonyr / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;(1) Is this a legitimate thing to do? Specifically, can I include a repeated effect factor that is not in the model statement?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;Upon thinking about it more, I concluded that actually, year is an effect that is missing from this model, and that seasonyear could be thought of as season*year. My first step toward this path, because it seemed most like the way I have seen models put together in other settings, was to put year in as a fixed factor. The following model also yields non-estimable lsmeans (and identifies significant differences among seasons and years but not season*year).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season year season*year / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random season*year / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;(2) Is that a legitimate thing to do? If so, is it because I now have season*year both in the model and as the repeated effect in the second random statement? If so, is there something I can do I do about the inability to get lsmeans?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;But really, I am not interested in the specific years in the study, and perhaps there are enough of them that I can deal with them as the random factor that I think they really are (the study ran from 2007 into 2012). So now I have the model below. It &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;model Paeru= environment season / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random house house*environment year;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri; color: blue;"&gt;random season*year / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: Calibri;"&gt;(3) Is that a legitimate thing to do? If not, which of the many changes from my starting point is/are the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your insights!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 11:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181702#M9443</guid>
      <dc:creator>skr01</dc:creator>
      <dc:date>2014-04-16T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix, specification of repeated effect in both model and random statements?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181703#M9444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest a read of Milliken and Johnson's &lt;EM&gt;Analysis of Messy Data&lt;/EM&gt;.&amp;nbsp; In it, you will find a useful approach they term a "means model".&amp;nbsp; Essentially, this means expressing the model statement in an interaction form, so that it is a one-way model.&amp;nbsp; Then, the repeated term is pulled out to the random statement (and is in both), and main effects and interactions of interest are constructed using CONTRAST statements (in their text) or by using LSMESTIMATE statements in more recent versions of SAS/STAT.&lt;/P&gt;&lt;P&gt;it would start with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;model Paeru= environment*season*year&amp;nbsp; / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random season*year / subject= realloc*house &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 18:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181703#M9444</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-04-23T18:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix, specification of repeated effect in both model and random statements?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181704#M9445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a great book! It took me a while to track down a copy, but I'm so glad for the recommendation! I have bee playing with a means model approach, but with 8 environments and 19 season/year combinations, it becomes extremely unwieldy. What do you think of a mixed approach, like this (I replaced season*year with a number variable seasonyearnum that simply numbers them for simplicity and so that the AR(1) covariance structure makes sense)?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;model Paeru= environment seasonyearnum&amp;nbsp; / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random house house*environment house*seasonyearnum;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random seasonyearnum / subject= realloc*house type=AR(1) &lt;EM&gt;residual; ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The data are too imbalanced to look at much in the way of interactions involving environments anyway, so from the perspective of giving up the ability to test such questions I'm OK with it -- I'm just not sure about whether the syntax as written is OK (I really still don't understand why the repeated effect must appear in the model statement -- I'm still trying to get my head around that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this approach is correct, I understand that I can test for differences among seasons (a fixed effect of interest, unlike year) using lsmestimate statements, and estimate probabilities of recovery for the seasons using lsmestimate statements as well. Looking at the data using this approach, it appears that in some of my models there is also important house*seasonyearnum variability. Is there a way for me to determine how much of that is that seasonal variation patterns vary across houses, rather than a more general temporal variation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susi&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 15:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181704#M9445</guid>
      <dc:creator>skr01</dc:creator>
      <dc:date>2014-05-01T15:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix, specification of repeated effect in both model and random statements?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181705#M9446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks good.&amp;nbsp; I hope it starts getting you what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, last paragraph--how to see if there is a seasonal variability.&amp;nbsp; If season is still on your dataset, then you could try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;proc glimmix...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;class season /* Add it in as another class variable */...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;model Paeru= environment seasonyearnum&amp;nbsp; / ddfm=residual;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random house house*environment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random house*seasonyearnum/group=season;/* Adding in a second random statement, that will fit a variance component for each season */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;random seasonyearnum / subject= realloc*house type=AR(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;Now, since the fixed effects do not change, you can look at the information criteria to find out if modeling separate variances of house*seasonyearnum enables you to recover more of the information (AIC or AICc for this, smaller is better).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: blue; font-size: 11pt;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 16:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181705#M9446</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-05-02T16:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix, specification of repeated effect in both model and random statements?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181706#M9447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve -- my bad for dropping the thread, because I failed to point out that I was using Residual PL with Newton-Raphson with Ridging as the optimization technique, so if I understand correctly, likelihood based fit statistics are not valid. I would love to use LaPlace or Quad (with the added benefit of getting the repeated measures onto the G-side), but those versions give the "not enough memory" message. I spent a chunk of time back with that problem, but that's a boring issue because it's clearly just the imbalanced, sparse nature of the data set. But I like the approach, and when I next have a better behaved data set I intend to put it to use!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 10:05:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-specification-of-repeated-effect-in-both-model-and/m-p/181706#M9447</guid>
      <dc:creator>skr01</dc:creator>
      <dc:date>2014-05-16T10:05:12Z</dc:date>
    </item>
  </channel>
</rss>

