<?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: What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academi in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898431#M44501</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Put SAS version ("long" -&amp;gt; with maintenance release and P-date)*/
%PUT &amp;amp;=sysvlong; 

/* Put version of every module in LOG */ 
proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, check here (look at first 3 hits) :&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/search/searchresults.php?q=ordinal%20logistic%20regression" target="_blank"&gt;https://www.lexjansen.com/search/searchresults.php?q=ordinal%20logistic%20regression&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 22:22:03 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-10-12T22:22:03Z</dc:date>
    <item>
      <title>What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academics)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898005#M44487</link>
      <description>&lt;P&gt;Hi! I am a thesis student and I do not have a strong background in statistics. I need to run an ordinal logistic regression and I was not taught how to run this in my courses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best way I can describe the data is that I have four independent variables that are continuous and one dependent variables that is ordinal. I believe I am on SAS version 9.4 (I was not sure how to find it so I looked up code that would tell me the version). Any help is greatly appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 19:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898005#M44487</guid>
      <dc:creator>mconway</dc:creator>
      <dc:date>2023-10-10T19:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898007#M44488</link>
      <description>&lt;P&gt;To find version, run following and check the log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Examples for Ordinal Regression:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_logistic_examples03.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_logistic_examples03.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Full Code:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_code_logiex3.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_code_logiex3.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/457112"&gt;@mconway&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi! I am a thesis student and I do not have a strong background in statistics. I need to run an ordinal logistic regression and I was not taught how to run this in my courses.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best way I can describe the data is that I have four independent variables that are continuous and one dependent variables that is ordinal. I believe I am on SAS version 9.4 (I was not sure how to find it so I looked up code that would tell me the version). Any help is greatly appreciated!&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 19:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898007#M44488</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-10-10T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898106#M44494</link>
      <description>&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_logistic_examples03.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_logistic_examples03.htm&lt;/A&gt;</description>
      <pubDate>Wed, 11 Oct 2023 11:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898106#M44494</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-10-11T11:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898431#M44501</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Put SAS version ("long" -&amp;gt; with maintenance release and P-date)*/
%PUT &amp;amp;=sysvlong; 

/* Put version of every module in LOG */ 
proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, check here (look at first 3 hits) :&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/search/searchresults.php?q=ordinal%20logistic%20regression" target="_blank"&gt;https://www.lexjansen.com/search/searchresults.php?q=ordinal%20logistic%20regression&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 22:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/898431#M44501</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-10-12T22:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/899816#M44614</link>
      <description>&lt;P&gt;Hi thank you so much! We were able to get here but I am still struggling with frequency. I have four levels to my dependent variable if that helps. I have listed the code with what we have. Thanks again! Any help is greatly appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc hplogistic data=MYLIB NAME;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; /*freq freq;/*&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; /*class Additive(ref='4') / param=ref ;*/&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; model Dependent Variable= Independent Variable 1 |Independent Variable 2 |Independent Variable 3| Independent Variable 4 |Independent Variable 5 |Independent Variable 6;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; title 'Multiple Response Cheese Tasting Experiment';&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/899816#M44614</guid>
      <dc:creator>mconway</dc:creator>
      <dc:date>2023-10-24T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is the code to run an ordinal logistic regression in SAS Version: 9.4 (onDemand for Academi</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/899820#M44616</link>
      <description>Frequency is only required if you have a variable that indicates how many types that particular situation/case occured. You may not need it at all.</description>
      <pubDate>Tue, 24 Oct 2023 16:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-code-to-run-an-ordinal-logistic-regression-in-SAS/m-p/899820#M44616</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-10-24T16:49:07Z</dc:date>
    </item>
  </channel>
</rss>

