<?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: Question on proc rank in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413226#M67455</link>
    <description>&lt;P&gt;Provide some example data to get a code answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 08:18:03 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-11-14T08:18:03Z</dc:date>
    <item>
      <title>Question on proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413205#M67454</link>
      <description>&lt;P&gt;I have variables asset, year. I want to rank asset by year, that is to rank asset within each year. There is no tie in the asset. I want to have four groups of equal sizes based upon the rank of asset.&amp;nbsp; I used proc rank procedure. I used groups=4 option. But in the result, the number of obs in each group is not equal. Why are they not equal? How to do this correctly?Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 05:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413205#M67454</guid>
      <dc:creator>newone</dc:creator>
      <dc:date>2017-11-14T05:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question on proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413226#M67455</link>
      <description>&lt;P&gt;Provide some example data to get a code answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 08:18:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413226#M67455</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-14T08:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question on proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413299#M67457</link>
      <description>&lt;P&gt;try&lt;/P&gt;
&lt;P&gt;proc rank data=have groups=4 tie=dense;&lt;/P&gt;
&lt;P&gt;by year;&lt;/P&gt;
&lt;P&gt;var asset;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-on-proc-rank/m-p/413299#M67457</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-14T12:22:41Z</dc:date>
    </item>
  </channel>
</rss>

