<?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 GLIMMIX for repeated measures in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-for-repeated-measures/m-p/556208#M27651</link>
    <description>&lt;P&gt;Hello there...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have collected data of behavior of cows.&lt;/P&gt;&lt;P&gt;I collected reactivity of each cow (0=no reactivity and 1=yes) by day of lactation (day 1, 3, 7, 15, 30, 45 and 60).&lt;/P&gt;&lt;P&gt;Half of the animals are treated and other half are control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using GLIMMIX procedure to analize that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data=A;&lt;BR /&gt;class treatment po dl;&lt;BR /&gt;model reactivity=treatment dl po treatment*dl treatment*po/ dist=binomial link=logit solution;&lt;BR /&gt;random dl/ subject=cow;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;treatment is treated or control&lt;/P&gt;&lt;P&gt;po is the parturition order (primiparous and multiparous)&lt;/P&gt;&lt;P&gt;cow is the animal, I have 20 different cows per treatment&lt;/P&gt;&lt;P&gt;dl is the day of lactation&amp;nbsp;(1, 3, 7, 15, 30, 45 and 60)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing like this but didn't converge...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aska.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2019 18:30:39 GMT</pubDate>
    <dc:creator>aska_ujita</dc:creator>
    <dc:date>2019-05-04T18:30:39Z</dc:date>
    <item>
      <title>GLIMMIX for repeated measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-for-repeated-measures/m-p/556208#M27651</link>
      <description>&lt;P&gt;Hello there...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have collected data of behavior of cows.&lt;/P&gt;&lt;P&gt;I collected reactivity of each cow (0=no reactivity and 1=yes) by day of lactation (day 1, 3, 7, 15, 30, 45 and 60).&lt;/P&gt;&lt;P&gt;Half of the animals are treated and other half are control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using GLIMMIX procedure to analize that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data=A;&lt;BR /&gt;class treatment po dl;&lt;BR /&gt;model reactivity=treatment dl po treatment*dl treatment*po/ dist=binomial link=logit solution;&lt;BR /&gt;random dl/ subject=cow;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;treatment is treated or control&lt;/P&gt;&lt;P&gt;po is the parturition order (primiparous and multiparous)&lt;/P&gt;&lt;P&gt;cow is the animal, I have 20 different cows per treatment&lt;/P&gt;&lt;P&gt;dl is the day of lactation&amp;nbsp;(1, 3, 7, 15, 30, 45 and 60)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing like this but didn't converge...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aska.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 18:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-for-repeated-measures/m-p/556208#M27651</guid>
      <dc:creator>aska_ujita</dc:creator>
      <dc:date>2019-05-04T18:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: GLIMMIX for repeated measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-for-repeated-measures/m-p/556757#M27652</link>
      <description>&lt;P&gt;There can be many reasons why the model does not fit the data. I am not an expert on mixed models, but I think you should specify the RESIDUAL option so that GLIMMIX knows you are modeling an R side correlation within each cow's measurements:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;random dl / subject=cow residual;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 12:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLIMMIX-for-repeated-measures/m-p/556757#M27652</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-05-07T12:51:36Z</dc:date>
    </item>
  </channel>
</rss>

