<?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 Trouble developing code for multinomial logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113160#M5956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have been working on a SAS code for 3 weeks in which I am trying to run multinomial logistic regression, with no luck.&amp;nbsp; I think the challenge for me is that all of my variables have been coded as dummy variables and I am having a problem writing the code placing variables into classes.&amp;nbsp; Please help... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 10:31:23 GMT</pubDate>
    <dc:creator>Jamelle</dc:creator>
    <dc:date>2013-08-16T10:31:23Z</dc:date>
    <item>
      <title>Trouble developing code for multinomial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113160#M5956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have been working on a SAS code for 3 weeks in which I am trying to run multinomial logistic regression, with no luck.&amp;nbsp; I think the challenge for me is that all of my variables have been coded as dummy variables and I am having a problem writing the code placing variables into classes.&amp;nbsp; Please help... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 10:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113160#M5956</guid>
      <dc:creator>Jamelle</dc:creator>
      <dc:date>2013-08-16T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble developing code for multinomial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113161#M5957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Your question is not all that well written.&lt;/P&gt;&lt;P&gt;So, do you have something like this?&lt;/P&gt;&lt;P&gt;PROC GENMOD DATA = YOUR_DATA;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL Y = DUMMY_1 DUMMY_2 DUMMY_3 X1 X2 X3;&lt;/P&gt;&lt;P&gt;RUN;QUIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you want something like this?&lt;/P&gt;&lt;P&gt;PROC GENMOD DATA = YOUR_DATA;&lt;/P&gt;&lt;P&gt;CLASS CATEG_VAR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL Y = CATEG_VAR X1 X2 X3;&lt;/P&gt;&lt;P&gt;RUN;QUIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, let's say you have 2 dummy variable for race: Dummy_White, Dummy_Black, and no Dummy for "Other" group.&lt;/P&gt;&lt;P&gt;You woudl like to create a RACE variable something like this?&lt;/P&gt;&lt;P&gt;if Dummy_White = 1 then RACE = "White";&lt;/P&gt;&lt;P&gt;else if Dummy_Black = 1 then RACE = "Black";&lt;/P&gt;&lt;P&gt;else Race = "Other";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you run your model with CLASS Race and so on...&lt;/P&gt;&lt;P&gt;So, am I going in the right direction with what you need...or neah?&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 11:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113161#M5957</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-08-16T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble developing code for multinomial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113162#M5958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multinomial logistic regression implies a nominal dependent variable.&amp;nbsp; Anca tilea suggested a reasonable approach for combining separate dummy variables into one variable, though the emphasis was on independent variables, not dependent variables.&amp;nbsp; In that example, the single variable, Race, would have multiple values and would be used as the DEPENDENT variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 18:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-developing-code-for-multinomial-logistic-regression/m-p/113162#M5958</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-08-17T18:53:29Z</dc:date>
    </item>
  </channel>
</rss>

