<?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: how to run the regression if the dependent variable is a ranking number in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182295#M2184</link>
    <description>&lt;P&gt;Hi Xishuai,&lt;/P&gt;
&lt;P&gt;SAS regression procs support ordinal targets. If you are using SAS Enterprise Miner, all you need to do is set the role of your variable &lt;EM&gt;EDUCATION&lt;/EM&gt; to target, and the level to ordinal. Then add a Regresion node to perform ordinal logistic regression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not using Enterprise Miner, here a good resource for "ordinal logistc regression".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; link: &lt;A title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect054.htm" href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect054.htm" target="_blank"&gt;SAS/STAT(R) 9.2 User's Guide, Example: Ordinal Logistic Regression&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Miguel&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2017 19:31:09 GMT</pubDate>
    <dc:creator>M_Maldonado</dc:creator>
    <dc:date>2017-02-14T19:31:09Z</dc:date>
    <item>
      <title>how to run the regression if the dependent variable is a ranking number</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182294#M2183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a question about how to run the regression if the dependent variable is a ranking number?&lt;/P&gt;&lt;P&gt;For example, I want to look at what kind of factors will determine a person's education level. So my dependent variable: &lt;/P&gt;&lt;P&gt;EDUCATION= 1: PhD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2: Master&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3: Undergraduate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4: High School&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5: less than high school.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My independent variables are some continuous variables or dummy variables let's say: the person's IQ, his parent's salary...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I know that if the dependent is a dummy variable which has only 1 or 0, I can use Logit/Probit model. And if the dependent variable is &lt;/SPAN&gt;categorical and cannot be ordered in any meaningful way, then I could use multinomial logistic regression.&lt;/P&gt;&lt;P&gt;But here the dependent variable has more than 2 categories and it is a rank which mean less value is better (for example, 1 is better than 5). &lt;/P&gt;&lt;P&gt;So how could I run this regression? Thanks a lot for you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182294#M2183</guid>
      <dc:creator>MR_Xishuai</dc:creator>
      <dc:date>2014-10-13T14:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to run the regression if the dependent variable is a ranking number</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182295#M2184</link>
      <description>&lt;P&gt;Hi Xishuai,&lt;/P&gt;
&lt;P&gt;SAS regression procs support ordinal targets. If you are using SAS Enterprise Miner, all you need to do is set the role of your variable &lt;EM&gt;EDUCATION&lt;/EM&gt; to target, and the level to ordinal. Then add a Regresion node to perform ordinal logistic regression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not using Enterprise Miner, here a good resource for "ordinal logistc regression".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; link: &lt;A title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect054.htm" href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect054.htm" target="_blank"&gt;SAS/STAT(R) 9.2 User's Guide, Example: Ordinal Logistic Regression&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Miguel&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182295#M2184</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2017-02-14T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to run the regression if the dependent variable is a ranking number</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182296#M2185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Miguel&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your detailed answer and yes, the ordinal logistic regression is definitely what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Xishuai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-run-the-regression-if-the-dependent-variable-is-a-ranking/m-p/182296#M2185</guid>
      <dc:creator>MR_Xishuai</dc:creator>
      <dc:date>2014-10-13T15:37:01Z</dc:date>
    </item>
  </channel>
</rss>

