<?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: How to perform mixed effect ordinal logistic regression? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847887#M42002</link>
    <description>Thank you for your quick response!</description>
    <pubDate>Mon, 05 Dec 2022 19:25:30 GMT</pubDate>
    <dc:creator>Diels_O</dc:creator>
    <dc:date>2022-12-05T19:25:30Z</dc:date>
    <item>
      <title>How to perform mixed effect ordinal logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847641#M41976</link>
      <description>&lt;P&gt;Dear all, I hava a question about the proc glimmix; the following was my code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; proc glimmix data=pt empirical order = data PLOTs= all;
 class Affiliation pt60dich3(ref = first)/ref = first;
 model score = pt60dich3 / dist=bin link=glogit SOLUTION cl oddsratio;
 random intercept/subject = Affiliation; run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here, score was a ordinal score.&lt;/P&gt;
&lt;P&gt;However, this model went wrong: the generalized logit can only be used with the multinomial distribution.&lt;/P&gt;
&lt;P&gt;How should i perfrom mixed effect ordinal logistic model?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 13:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847641#M41976</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-12-04T13:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform mixed effect ordinal logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847647#M41980</link>
      <description>&lt;P&gt;Ordinal implies (to me) more than two levels of the response variable. Is that what you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, then BIN is the wrong value for DIST. You do need to specify the MULTINOMIAL distribution.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 17:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847647#M41980</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-12-04T17:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform mixed effect ordinal logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847819#M41997</link>
      <description>The generalized logit model (LINK=GLOGIT) is typically used when the multinomial response is nominal. If your multinomial response is ordinal and you want the model to account for its ordinality, then you can use the cumulative logit model (LINK=CUMLOGIT). The cumulative logit model is the default when you specify DIST=MULT.</description>
      <pubDate>Mon, 05 Dec 2022 16:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847819#M41997</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-12-05T16:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform mixed effect ordinal logistic regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847887#M42002</link>
      <description>Thank you for your quick response!</description>
      <pubDate>Mon, 05 Dec 2022 19:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-mixed-effect-ordinal-logistic-regression/m-p/847887#M42002</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-12-05T19:25:30Z</dc:date>
    </item>
  </channel>
</rss>

