<?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 Rank multiple variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267954#M58069</link>
    <description>&lt;P&gt;Hi. I have the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc rank data=DATA_RANK groups=10 descending out=ranked;&lt;BR /&gt;var SCORE_1;&lt;BR /&gt;ranks GROUP_1;&lt;BR /&gt;var SCORE_2;&lt;BR /&gt;ranks GROUP_2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to do is split out the data into two separate groups so a score of 0-9 for SCORE_1 and 0-4 for SCORE_2. I am effectively trying to split the data set into equal deciles and quintiles. Any help would be much appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 14:09:37 GMT</pubDate>
    <dc:creator>serveoverice</dc:creator>
    <dc:date>2016-05-03T14:09:37Z</dc:date>
    <item>
      <title>Rank multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267954#M58069</link>
      <description>&lt;P&gt;Hi. I have the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc rank data=DATA_RANK groups=10 descending out=ranked;&lt;BR /&gt;var SCORE_1;&lt;BR /&gt;ranks GROUP_1;&lt;BR /&gt;var SCORE_2;&lt;BR /&gt;ranks GROUP_2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to do is split out the data into two separate groups so a score of 0-9 for SCORE_1 and 0-4 for SCORE_2. I am effectively trying to split the data set into equal deciles and quintiles. Any help would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267954#M58069</guid>
      <dc:creator>serveoverice</dc:creator>
      <dc:date>2016-05-03T14:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rank multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267959#M58070</link>
      <description>&lt;P&gt;Take two passes through Proc Rank.&lt;/P&gt;
&lt;P&gt;proc rank data=DATA_RANK groups=10 descending out=ranked;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; var SCORE_1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ranks GROUP_1;&lt;/P&gt;
&lt;P&gt;run;&lt;BR /&gt;proc rank data=ranked groups=4 descending out=rankedfinal;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; var SCORE_2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ranks GROUP_2;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267959#M58070</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-05-03T14:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rank multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267961#M58071</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Rank-multiple-variables/m-p/267961#M58071</guid>
      <dc:creator>serveoverice</dc:creator>
      <dc:date>2016-05-03T14:24:28Z</dc:date>
    </item>
  </channel>
</rss>

