<?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 MIxed procedure with repeated measures on ordinal data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/440380#M23212</link>
    <description>&lt;P&gt;A&amp;nbsp;reviewer has questioned my use of Proc Mixed for repeated measures on ordinal data, saying that I should be using non-parametric methods with ordinal data. What is your advice?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 04:14:40 GMT</pubDate>
    <dc:creator>Lder</dc:creator>
    <dc:date>2018-02-27T04:14:40Z</dc:date>
    <item>
      <title>MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/440380#M23212</link>
      <description>&lt;P&gt;A&amp;nbsp;reviewer has questioned my use of Proc Mixed for repeated measures on ordinal data, saying that I should be using non-parametric methods with ordinal data. What is your advice?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 04:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/440380#M23212</guid>
      <dc:creator>Lder</dc:creator>
      <dc:date>2018-02-27T04:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/440385#M23213</link>
      <description>&lt;P&gt;Proc mixed assumes Gaussian random effects and errors.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 04:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/440385#M23213</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-02-27T04:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/442113#M23263</link>
      <description>&lt;P&gt;That is too concise a response for me to understand whether you agree with the reviewer or not. Is there a different procedure that I&amp;nbsp;should use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a continuous dependent variable (body temperature) and ordinal independent variable (comfort rating) which I measure at regular intervals over a period of time. If proc mixed is not appropriate, then please advise what would be?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 00:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/442113#M23263</guid>
      <dc:creator>Lder</dc:creator>
      <dc:date>2018-03-04T00:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/442118#M23264</link>
      <description>&lt;P&gt;This is the script - Sens is ordinal (a rating scale) where bodytemp is continuous.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=mydata method=ml covtest asycov ;&lt;BR /&gt;class subject_ID ;&lt;BR /&gt;model sens = bodytemp /DDFM=KR CL s noint;&lt;BR /&gt;repeated / type=UN subject= subject_ID R;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 00:45:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/442118#M23264</guid>
      <dc:creator>Lder</dc:creator>
      <dc:date>2018-03-04T00:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/443174#M23275</link>
      <description>&lt;P&gt;The "dependent" variable is the response variable.&amp;nbsp;In one post you identify it as body temperature. It is not unreasonable to assume that body temperature follows a normal distribution, as a first pass.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "independent" variable is the explanatory or predictor variable. You identify it as comfort rating, and you say that comfort rating is measured on an ordinal scale. You might choose to treat comfort rating as if it is nominal and use an ANOVA-like model. Or you might choose to treat comfort rating as if it is continuous and use a regression-like model. In my opinion, it depends on the shape of the relationship between the response (dependent) variable and the explanatory (dependent) variable as well as the number of levels of the explanatory variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BUT!!! in a subsequent post, you &lt;EM&gt;reverse&lt;/EM&gt; the identities of response and explanatory: in your MIXED code, you identify SENS as the response (dependent) and BODYTEMP as the explanatory (independent) variable. So,&amp;nbsp;I have no idea what role your variables play in your study, or how to express those roles in a statistical model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Plus in your model, you use the REPEATED statement, but you have not identified a repeated measures factor in either the MODEL or the REPEATED statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get appropriate advice, you need to provide both clarity and more information about your experimental design. In addition, I highly recommend studying&amp;nbsp;&lt;A href="https://www.sas.com/store/books/categories/usage-and-reference/sas-for-mixed-models-second-edition/prodBK_59882_en.html" target="_self"&gt;SAS® for Mixed Models&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 04:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/443174#M23275</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-03-08T04:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/443338#M23282</link>
      <description>&lt;P&gt;For an ordinal response, you should use either PROC GLIMMIX or PROC GENMOD instead.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/443338#M23282</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-03-07T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: MIxed procedure with repeated measures on ordinal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/443619#M23287</link>
      <description>&lt;P&gt;I agree, if in fact SENS is intended to be the response variable. That is not yet clear to me, given the contradictory posts.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 04:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MIxed-procedure-with-repeated-measures-on-ordinal-data/m-p/443619#M23287</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-03-08T04:54:49Z</dc:date>
    </item>
  </channel>
</rss>

