<?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: modeling a response with more than two categories in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378265#M19866</link>
    <description>&lt;P&gt;Thank you for the response! actually I don't have a logic order of that variable, WHERE option is not allowed in he research I'm doing (CDC RESTRICTIONS!). I think I will try the LINK=GLOGIT&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 18:02:36 GMT</pubDate>
    <dc:creator>Maha-Albqoor</dc:creator>
    <dc:date>2017-07-21T18:02:36Z</dc:date>
    <item>
      <title>modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377978#M19839</link>
      <description>&lt;P&gt;Hi SAS community!&lt;/P&gt;&lt;P&gt;I was working on SURVEYLOGISTIC procedure to model some response variables.&lt;/P&gt;&lt;P&gt;In the MODEL statement for categorical responses I used the stetement (event= '2') or (event= '1')&lt;/P&gt;&lt;P&gt;When I have a response with more than 2 categories (like 3 or more and I want to model the response 2 or 3), the event statement doesn't work. I also tried ref and order statements and didn't work. Can someone help me with this please?Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 02:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377978#M19839</guid>
      <dc:creator>Maha-Albqoor</dc:creator>
      <dc:date>2017-07-21T02:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377985#M19840</link>
      <description>&lt;P&gt;I don't think it lets you do that. You may have to recode it ahead of time &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In fact:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The EVENT= option has no effect when there are more than two response categories&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 02:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377985#M19840</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-21T02:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377988#M19841</link>
      <description>&lt;P&gt;Thank you, how about ORDER=options&amp;nbsp;&amp;nbsp; ...?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 03:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377988#M19841</guid>
      <dc:creator>Maha-Albqoor</dc:creator>
      <dc:date>2017-07-21T03:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377990#M19842</link>
      <description>&lt;P&gt;It won't combine them AFAIK. PROC LOGISTIC/SURVEYLOGISTIC support multinomial regression. You can consider applying a format and use the formatted value as your EVENT.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 03:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/377990#M19842</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-21T03:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378001#M19844</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 05:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378001#M19844</guid>
      <dc:creator>Maha-Albqoor</dc:creator>
      <dc:date>2017-07-21T05:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378194#M19864</link>
      <description>&lt;P&gt;It's not clear what you want. &amp;nbsp;If you want to fit a model to a response with 3 levels, then you can do that. But how you do it depends on whether the response levels are logically ordered (like low, medium, high) or not (like red, blue, yellow). &amp;nbsp;If they have no logical order, then add the LINK=GLOGIT option. If they are ordered, you don't need to do anything and an appropriate model is fit by default - just make sure that the response levels are in logical order in the Response Profile table. The ORDER= response variable option might help with that. Examples of both ordered and unordered levels are in the PROC SURVEYLOGISTIC documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want to fit a binary logistic model to two of the three response levels, you can use a WHERE statement to restrict the observations that the procedure sees. &amp;nbsp;For example, if your response, y, &amp;nbsp;has levels 1, 2, and 3, and you want to fit a model to just the observations with levels 2 and 3, then add this WHERE statement in the proc step:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where y in (2,3);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then use the EVENT= response variable option if needed.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 15:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378194#M19864</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-07-21T15:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378265#M19866</link>
      <description>&lt;P&gt;Thank you for the response! actually I don't have a logic order of that variable, WHERE option is not allowed in he research I'm doing (CDC RESTRICTIONS!). I think I will try the LINK=GLOGIT&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 18:02:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378265#M19866</guid>
      <dc:creator>Maha-Albqoor</dc:creator>
      <dc:date>2017-07-21T18:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378269#M19867</link>
      <description>&lt;P&gt;Okay, but keep in mind that you will get a model with two separate sets of parameters - one on each of two logits that you are simultaneously modeling. &amp;nbsp;The two logits are log(p1/p3) and log(p2/p3) by default for a response with levels 1, 2, and 3, where p1, p2, and p3 are the probabilities of the response levels.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 18:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378269#M19867</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-07-21T18:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: modeling a response with more than two categories</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378339#M19869</link>
      <description>Thanks so much!&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2017 23:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/modeling-a-response-with-more-than-two-categories/m-p/378339#M19869</guid>
      <dc:creator>Maha-Albqoor</dc:creator>
      <dc:date>2017-07-21T23:03:39Z</dc:date>
    </item>
  </channel>
</rss>

