<?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: proc logistic - generalized logit model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816558#M40304</link>
    <description>The generalized logit model that treats the response as nominal (unordered) is fit when you add the LINK=GLOGIT option in the MODEL statement. However, you also have the option of fitting a nonproportional odds model that treats the response as ordinal (ordered) but relaxes the proportional odds assumption - either for all predictors or just some. This is described and illustrated in this note: &lt;A href="http://support.sas.com/kb/22954" target="_blank"&gt;http://support.sas.com/kb/22954&lt;/A&gt;</description>
    <pubDate>Sun, 05 Jun 2022 20:02:35 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2022-06-05T20:02:35Z</dc:date>
    <item>
      <title>proc logistic - generalized logit model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816554#M40301</link>
      <description>&lt;P&gt;Hi, I have a predictor variable Color with 3 categories (0, 1, 2) and an outcome variable Sound_Level with 3 levels (low, medium, and high).&amp;nbsp; I am trying to build a model that also accounts for a 3rd binary variable Size - (0, 1).&amp;nbsp; Before adding that variable, I had been running an ordinal logistic regression with a proportional odds assumption, however, when I add the binary variable to the model the proportional odds assumption doesn't hold.&amp;nbsp; I want to now run a generalized logit model, but I cannot figure out how.&amp;nbsp; Here is the code I have tried, but it isn't working.&amp;nbsp; How can I fix this?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc logistic data=my_data descending;
	class Color(ref = '0');
	model Sound_level=Color Size link=GLOGIT;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 05 Jun 2022 19:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816554#M40301</guid>
      <dc:creator>SAS49</dc:creator>
      <dc:date>2022-06-05T19:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic - generalized logit model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816558#M40304</link>
      <description>The generalized logit model that treats the response as nominal (unordered) is fit when you add the LINK=GLOGIT option in the MODEL statement. However, you also have the option of fitting a nonproportional odds model that treats the response as ordinal (ordered) but relaxes the proportional odds assumption - either for all predictors or just some. This is described and illustrated in this note: &lt;A href="http://support.sas.com/kb/22954" target="_blank"&gt;http://support.sas.com/kb/22954&lt;/A&gt;</description>
      <pubDate>Sun, 05 Jun 2022 20:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816558#M40304</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-05T20:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic - generalized logit model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816560#M40305</link>
      <description>Great, thank you! Is that the better model to fit then?</description>
      <pubDate>Sun, 05 Jun 2022 20:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816560#M40305</guid>
      <dc:creator>SAS49</dc:creator>
      <dc:date>2022-06-05T20:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic - generalized logit model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816563#M40306</link>
      <description>It is if you want to make use of the ordered nature of the response. But with the ordinal model, you must be certain that the response levels appear in logical ascending or descending order in the Response Profile table. Also, most people are more used to the 0,1 coding of categorical predictor variables. To do that, specify the PARAM=GLM option in the CLASS statement. You might also want to specify the reference level for your SIZE variable.</description>
      <pubDate>Sun, 05 Jun 2022 20:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-generalized-logit-model/m-p/816563#M40306</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-05T20:39:56Z</dc:date>
    </item>
  </channel>
</rss>

