<?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 multinomial logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logistic-regression/m-p/902627#M44754</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am trying to do a multinomial logistic regression for a study with 3 categories dependent variable (SDMSCORE) and 4 categories independent variable (REGIONEW). I have used the code below. (its MEPS data .. survey based, so used surveylogistic)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;surveylogistic&lt;/STRONG&gt; &lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;meps.sdm;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;weight&lt;/SPAN&gt; poolwt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;cluster&lt;/SPAN&gt; VARPSU;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;strata&lt;/SPAN&gt; VARSTR;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;class&lt;/SPAN&gt; agenew;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;model&lt;/SPAN&gt; SDMSCORE =&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;regionnew / &lt;SPAN&gt;link&lt;/SPAN&gt; =glogit;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So in my results, it has taken a reference value in both dependent (poor) and independent(category 4) variable. IS that correct. I was thinking one of the categories in independent variable is taken as reference. the results are below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-11-10 at 23.25.50.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89678iF8FF0B444ADE4DD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2023-11-10 at 23.25.50.png" alt="Screen Shot 2023-11-10 at 23.25.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Nov 2023 05:27:05 GMT</pubDate>
    <dc:creator>stellapersis7</dc:creator>
    <dc:date>2023-11-11T05:27:05Z</dc:date>
    <item>
      <title>multinomial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logistic-regression/m-p/902627#M44754</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am trying to do a multinomial logistic regression for a study with 3 categories dependent variable (SDMSCORE) and 4 categories independent variable (REGIONEW). I have used the code below. (its MEPS data .. survey based, so used surveylogistic)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;surveylogistic&lt;/STRONG&gt; &lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;meps.sdm;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;weight&lt;/SPAN&gt; poolwt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;cluster&lt;/SPAN&gt; VARPSU;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;strata&lt;/SPAN&gt; VARSTR;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;class&lt;/SPAN&gt; agenew;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;model&lt;/SPAN&gt; SDMSCORE =&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;regionnew / &lt;SPAN&gt;link&lt;/SPAN&gt; =glogit;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So in my results, it has taken a reference value in both dependent (poor) and independent(category 4) variable. IS that correct. I was thinking one of the categories in independent variable is taken as reference. the results are below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-11-10 at 23.25.50.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89678iF8FF0B444ADE4DD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2023-11-10 at 23.25.50.png" alt="Screen Shot 2023-11-10 at 23.25.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 05:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logistic-regression/m-p/902627#M44754</guid>
      <dc:creator>stellapersis7</dc:creator>
      <dc:date>2023-11-11T05:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: multinomial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logistic-regression/m-p/902794#M44755</link>
      <description>&lt;P&gt;Yes, you will get n-1 sets of coefficients, where n is the number of levels to the response variable.&amp;nbsp; This is because they are restricted in a sense that the probabilities must sum to 1.&amp;nbsp; There is a good explanation as to how to interpret a generalized logit model in general in the LOGISTIC documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_logistic_examples04.htm" target="_blank"&gt;SAS Help Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 15:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logistic-regression/m-p/902794#M44755</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2023-11-13T15:55:02Z</dc:date>
    </item>
  </channel>
</rss>

