<?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 Interpretation of multinomial longitudinal regression analysis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813912#M40138</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please, I need help interpreting the results of a multinomial longitudinal regression analysis. The outcome Complete_adherence2 variable has 4 levels which include ; complete adherence(1) (reference), hospital only adherence(2), outside hospital only adherence(3) and no adherence (4).&amp;nbsp; &amp;nbsp;The predictor is ethnicity with levels; Hispanic (1) (reference) and non Hispanic (2). This data was collected weekly over a 21-week period.&lt;/P&gt;
&lt;P&gt;The following are the results and SAS code.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UcheOkoro_0-1652815184402.png" style="width: 606px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71585i968CF5720D7DC74B/image-dimensions/606x304?v=v2" width="606" height="304" role="button" title="UcheOkoro_0-1652815184402.png" alt="UcheOkoro_0-1652815184402.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UcheOkoro_1-1652815211565.png" style="width: 857px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71586iA7F5AE02B22E2274/image-dimensions/857x332?v=v2" width="857" height="332" role="button" title="UcheOkoro_1-1652815211565.png" alt="UcheOkoro_1-1652815211565.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; PROC GENMOD DATA=COVERED.Demographics desc;
CLASS  complete_adherence2(ref='4')  record_id ethnicity (ref='1');
MODEL complete_adherence2 = ethnicity 
/ DIST=MULTINOMIAL LINK=cLOGIT;
REPEATED SUBJECT=record_id/ corr=indep;
lsmeans ethnicity/  ILINK diff e cl oddsratio ;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 19:22:48 GMT</pubDate>
    <dc:creator>UcheOkoro</dc:creator>
    <dc:date>2022-05-17T19:22:48Z</dc:date>
    <item>
      <title>Interpretation of multinomial longitudinal regression analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813912#M40138</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please, I need help interpreting the results of a multinomial longitudinal regression analysis. The outcome Complete_adherence2 variable has 4 levels which include ; complete adherence(1) (reference), hospital only adherence(2), outside hospital only adherence(3) and no adherence (4).&amp;nbsp; &amp;nbsp;The predictor is ethnicity with levels; Hispanic (1) (reference) and non Hispanic (2). This data was collected weekly over a 21-week period.&lt;/P&gt;
&lt;P&gt;The following are the results and SAS code.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UcheOkoro_0-1652815184402.png" style="width: 606px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71585i968CF5720D7DC74B/image-dimensions/606x304?v=v2" width="606" height="304" role="button" title="UcheOkoro_0-1652815184402.png" alt="UcheOkoro_0-1652815184402.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UcheOkoro_1-1652815211565.png" style="width: 857px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71586iA7F5AE02B22E2274/image-dimensions/857x332?v=v2" width="857" height="332" role="button" title="UcheOkoro_1-1652815211565.png" alt="UcheOkoro_1-1652815211565.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; PROC GENMOD DATA=COVERED.Demographics desc;
CLASS  complete_adherence2(ref='4')  record_id ethnicity (ref='1');
MODEL complete_adherence2 = ethnicity 
/ DIST=MULTINOMIAL LINK=cLOGIT;
REPEATED SUBJECT=record_id/ corr=indep;
lsmeans ethnicity/  ILINK diff e cl oddsratio ;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 19:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813912#M40138</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2022-05-17T19:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of multinomial longitudinal regression analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813930#M40147</link>
      <description>&lt;P&gt;These results should not be used and are not meaningful. When you fit an ordinal model, it is critical to examine the Response Profile table to verify that the response levels are in logical ascending or descending order. That will not be the case because you specified both the DESCENDING option and REF= for the response in the CLASS statement. It is best to never specify the response variable in the CLASS statement. Assuming that you want to model the probabilities of higher levels of the response variable, removing the response variable from the CLASS statement should show the response levels in the order 4, 3, 2, 1 in the Response Profile table. Then in the LSMEANS table, the Mean column gives you the predicted cumulative probabilities (Pr(4), Pr(4 or 3), Pr(4 or 3 or 2)) for each predictor level. The Differences table gives you the odds ratio estimate comparing the two predictor levels.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 19:37:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813930#M40147</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-05-17T19:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of multinomial longitudinal regression analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813936#M40151</link>
      <description>&lt;P&gt;Thank you for your response. The response profile is in order and as follow;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UcheOkoro_0-1652816498912.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71588iF86E0BF156C9AF76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UcheOkoro_0-1652816498912.png" alt="UcheOkoro_0-1652816498912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please, how would you interpret the odds ratio for the predictor? If it were a 2 level outcome variable that is pretty straight forward but this has 4 levels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 19:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813936#M40151</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2022-05-17T19:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of multinomial longitudinal regression analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813939#M40153</link>
      <description>Now that the response levels are in logical order, you can use the results. As I stated, the odds ratio estimate is the estimated change in odds comparing the two predictor levels. This is the same as for a binary response ...  since this is a proportional odds model the change in odds is the same regardless of the logit.</description>
      <pubDate>Tue, 17 May 2022 19:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813939#M40153</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-05-17T19:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of multinomial longitudinal regression analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813941#M40154</link>
      <description>&lt;P&gt;Please, could you interpret the odds ratio I posted earlier to make it clearer?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 20:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpretation-of-multinomial-longitudinal-regression-analysis/m-p/813941#M40154</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2022-05-17T20:00:15Z</dc:date>
    </item>
  </channel>
</rss>

