<?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: Glimmix for categorical variable and repeated measures in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228710#M54332</link>
    <description>&lt;P&gt;My answer is: I don't know what the best analysis is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLIMMIX does not have a REPEATED statement, so you could include the days into the model as an ordinary (not repeated measure) factor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLM has a REPEATED statement, and so you could consider the response to be continuous and use PROC GLM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CATMOD has a REPEATED statement, and allows you to handle your response as ordinal rather than continuous; this seems to come the closest to giving you the proper analysis, but I guess I'd need to think about using this some more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 19:50:41 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2015-10-06T19:50:41Z</dc:date>
    <item>
      <title>Glimmix for categorical variable and repeated measures</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228521#M54302</link>
      <description>&lt;P&gt;Hi, I'm trying to assess the changes of my categorical data (MOV; with 5 ordinal&amp;nbsp;scores) over time (day; 5 days) in 3 differents groups of animals (group). So,&amp;nbsp;each animal whithin of each group was&amp;nbsp;recorded by MOV score over 5 repeated days. I would like to know if the animals in each group has changed from score 1 to 5, for example over the days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that is posible to to this using PROC GLIMMIX with day as random effect, but I don't know how. Does anybody know how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228521#M54302</guid>
      <dc:creator>soaresrd</dc:creator>
      <dc:date>2015-10-05T20:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix for categorical variable and repeated measures</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228608#M54317</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57037"&gt;@soaresrd&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;I would like to know if the animals in each group has changed from score 1 to 5, for example over the days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Is this literally what you mean, did the score change from 1 to 5? Or do you mean did the mean score in each group change? Or do you mean something else?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228608#M54317</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-10-06T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix for categorical variable and repeated measures</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228679#M54329</link>
      <description>&lt;P&gt;Hi, the variable MOV consisted of 5 scores (1: animal stood still for the entire assessment period; 2: animal stood still for most of the assessment period; 3: animal reacted calmly at least half of the assessment period; 4: animal reacted intensely more than half of the assessment period; 5: the animal jumped, raised its limbs off the ground). So, I would like to see if&amp;nbsp;the animals changed their scores over time (day 1, day 2, day3, day 4, and day5) by each&amp;nbsp;breed (breed 1, 2&amp;nbsp;and 3).&lt;/P&gt;&lt;P&gt;My appologizes for my poor English.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228679#M54329</guid>
      <dc:creator>soaresrd</dc:creator>
      <dc:date>2015-10-06T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix for categorical variable and repeated measures</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228710#M54332</link>
      <description>&lt;P&gt;My answer is: I don't know what the best analysis is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLIMMIX does not have a REPEATED statement, so you could include the days into the model as an ordinary (not repeated measure) factor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLM has a REPEATED statement, and so you could consider the response to be continuous and use PROC GLM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CATMOD has a REPEATED statement, and allows you to handle your response as ordinal rather than continuous; this seems to come the closest to giving you the proper analysis, but I guess I'd need to think about using this some more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228710#M54332</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-10-06T19:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix for categorical variable and repeated measures</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228723#M54335</link>
      <description>&lt;P&gt;Thank you for your answer, but I think that is not apropriate consider MOV score as continuous data. The distribution is not even close of normal distribution.I saw&amp;nbsp;on this book (Generalized&amp;nbsp;Linear Mixed Models, Walter W. Stroup, 2012)&amp;nbsp;that I can use proc glimmix with multinomial distribution, but I don't know yet how to do the model. I saw that could be something like this:&lt;/P&gt;&lt;P&gt;proc glimmix data=mydata;&lt;/P&gt;&lt;P&gt;class animal breed day;&lt;/P&gt;&lt;P&gt;model mov (order=data)&amp;nbsp;= breed day breed*day / dist=multinomial solution oddsratio;&lt;/P&gt;&lt;P&gt;random intercept / subject = animal;&lt;/P&gt;&lt;P&gt;freq mov;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I am not so sure if is right and I know that I missed something in this model.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-categorical-variable-and-repeated-measures/m-p/228723#M54335</guid>
      <dc:creator>soaresrd</dc:creator>
      <dc:date>2015-10-06T20:56:03Z</dc:date>
    </item>
  </channel>
</rss>

