<?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 Doubly repeated measures with GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116837#M6137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to set up doubly repeated measures using GLIMMIX but I haven't used GLIMMIX for repeated measures. The model so far I have now is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc glimmix data = wheat namelen=200 plots=residualpanel (conditional marginal);&lt;/P&gt;&lt;P&gt;class Year Block Plot Cultivar Nrate Sampling;&lt;/P&gt;&lt;P&gt;model DM = Nrate|Cultivar|Part|Sampling/ddfm=kr ;&lt;/P&gt;&lt;P&gt;Random Year Block(Year);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;It's split-plot design with Nrate as whole plot (3 levels) and cultivar as split-plot (4 levels). Number of years are 3 and blocks (replications) are four. So, each year there were 48 plots. From each plot (48), plant samples were taken and divided into two "Part" (Head and stem). Their dry matter (DM) was measured. These samples were taken four times (Sampling) during the season.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two parts (head and stem) have residuals effect and so is from sampling. Therefore Part and Sampling should be set as repeated measures but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhupinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 22:00:34 GMT</pubDate>
    <dc:creator>Bhupi</dc:creator>
    <dc:date>2013-08-20T22:00:34Z</dc:date>
    <item>
      <title>Doubly repeated measures with GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116837#M6137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to set up doubly repeated measures using GLIMMIX but I haven't used GLIMMIX for repeated measures. The model so far I have now is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc glimmix data = wheat namelen=200 plots=residualpanel (conditional marginal);&lt;/P&gt;&lt;P&gt;class Year Block Plot Cultivar Nrate Sampling;&lt;/P&gt;&lt;P&gt;model DM = Nrate|Cultivar|Part|Sampling/ddfm=kr ;&lt;/P&gt;&lt;P&gt;Random Year Block(Year);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;It's split-plot design with Nrate as whole plot (3 levels) and cultivar as split-plot (4 levels). Number of years are 3 and blocks (replications) are four. So, each year there were 48 plots. From each plot (48), plant samples were taken and divided into two "Part" (Head and stem). Their dry matter (DM) was measured. These samples were taken four times (Sampling) during the season.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two parts (head and stem) have residuals effect and so is from sampling. Therefore Part and Sampling should be set as repeated measures but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhupinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 22:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116837#M6137</guid>
      <dc:creator>Bhupi</dc:creator>
      <dc:date>2013-08-20T22:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Doubly repeated measures with GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116838#M6138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bhupinder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out Example 41.5 in the PROC GLIMMIX documentation.&amp;nbsp; It gives a way to jointly model variables of different distributions.&amp;nbsp; In your case, you can set up a joint model, but specify the same distribution.&amp;nbsp; This is as close to the Kronecker doubly repeated measures method in MIXED as you are going to be able to do in GLIMMIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the doubly repeated measures were nested (say week within month, or month and season), I'd say create a compound measure and sort out the comparisons using LSMESTIMATE statements.&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>Wed, 21 Aug 2013 19:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116838#M6138</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-21T19:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Doubly repeated measures with GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116839#M6139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the direction. It seems the possible solution is to create multiple G-side effects but only one R-side random effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 20:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116839#M6139</guid>
      <dc:creator>Bhupi</dc:creator>
      <dc:date>2013-08-22T20:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Doubly repeated measures with GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116840#M6140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good call on the multiple G-side.&amp;nbsp; This should do it, especially if you get the subject= option correct.&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, 23 Aug 2013 15:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Doubly-repeated-measures-with-GLIMMIX/m-p/116840#M6140</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-23T15:03:08Z</dc:date>
    </item>
  </channel>
</rss>

