<?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 logit estimate using proc logistic or catmod in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logit-estimate-using-proc-logistic-or-catmod/m-p/56599#M2610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I'm a newcomer and have a question on how to do multinomial logit estimate with either proc logistic or catmod. Here is my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say we are looking at events of 5 mutually exclusive outcomes: 1, 2, 3, 4, 5. We want to estimate probability models for each of them, subject to the constraint of all of their probabilities summing up to 1. Something like the following would do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC DATA=myData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS outcome;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL model = x1 x2 x3&amp;nbsp; / LINK = GLOGIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would estimate a set of coeffs for each of the first 4 outcomes, but all for the same set of explanatory variables x1, x2, x3. Now if I really need to use different set of regressors for different outcomes (e.g. x1 x2 for outcome 1, x2 x3 for outcome 2, etc). How would I do that? Would appreciate any suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 23:10:53 GMT</pubDate>
    <dc:creator>Chaoran</dc:creator>
    <dc:date>2011-11-29T23:10:53Z</dc:date>
    <item>
      <title>multinomial logit estimate using proc logistic or catmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logit-estimate-using-proc-logistic-or-catmod/m-p/56599#M2610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I'm a newcomer and have a question on how to do multinomial logit estimate with either proc logistic or catmod. Here is my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say we are looking at events of 5 mutually exclusive outcomes: 1, 2, 3, 4, 5. We want to estimate probability models for each of them, subject to the constraint of all of their probabilities summing up to 1. Something like the following would do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC DATA=myData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS outcome;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL model = x1 x2 x3&amp;nbsp; / LINK = GLOGIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would estimate a set of coeffs for each of the first 4 outcomes, but all for the same set of explanatory variables x1, x2, x3. Now if I really need to use different set of regressors for different outcomes (e.g. x1 x2 for outcome 1, x2 x3 for outcome 2, etc). How would I do that? Would appreciate any suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 23:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logit-estimate-using-proc-logistic-or-catmod/m-p/56599#M2610</guid>
      <dc:creator>Chaoran</dc:creator>
      <dc:date>2011-11-29T23:10:53Z</dc:date>
    </item>
    <item>
      <title>multinomial logit estimate using proc logistic or catmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logit-estimate-using-proc-logistic-or-catmod/m-p/56600#M2611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC LOGISTIC DATA=myData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS outcome;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL model (REFERENCE ='5') x1 x2 x3&amp;nbsp; / LINK = GLOGIT;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;My experience is that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To run multinomial logit model, PROC LOGISTIC can handle large-scale analysis with many variables and cases. PROC CATMOD stop running if the model is too complex with too many cases. PROC CATMOD is quicker to get the results if the model is not too complex and the dataset has manageable size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 14:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multinomial-logit-estimate-using-proc-logistic-or-catmod/m-p/56600#M2611</guid>
      <dc:creator>bncoxuk</dc:creator>
      <dc:date>2011-12-01T14:23:04Z</dc:date>
    </item>
  </channel>
</rss>

