<?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 rank in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173761#M301843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like many repeated values. See &lt;A href="http://blogs.sas.com/content/iml/2014/11/05/binning-quantiles-rounded-data/" title="http://blogs.sas.com/content/iml/2014/11/05/binning-quantiles-rounded-data/"&gt; Binning data by quantiles? Beware of rounded data - The DO Loop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 13:41:13 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-01-09T13:41:13Z</dc:date>
    <item>
      <title>Proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173759#M301841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to rank a variable to 4 (quartile)and 10(decile).&lt;/P&gt;&lt;P&gt;However, when I checked my data, there are only 4 and 9 for the decile ranking.&lt;/P&gt;&lt;P&gt;and 1 and 3 for the quartile ranking.&lt;/P&gt;&lt;P&gt;A lot of observations have 0 values. It might be the reason that I am only getting 1 and 3 ranks for quartile and 4 and 9 for decile.&lt;/P&gt;&lt;P&gt;Do you know why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;rank &lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=a &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;10 &lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=a_Q10;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; b;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;ranks&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; c;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="line-height: 107%; color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 10pt;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 22:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173759#M301841</guid>
      <dc:creator>JPARK</dc:creator>
      <dc:date>2015-01-07T22:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173760#M301842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because as you've indicated you probably have a lot of 0's.&amp;nbsp; So some of your "ranks" are probably the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 22:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173760#M301842</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-07T22:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173761#M301843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like many repeated values. See &lt;A href="http://blogs.sas.com/content/iml/2014/11/05/binning-quantiles-rounded-data/" title="http://blogs.sas.com/content/iml/2014/11/05/binning-quantiles-rounded-data/"&gt; Binning data by quantiles? Beware of rounded data - The DO Loop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 13:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-rank/m-p/173761#M301843</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-01-09T13:41:13Z</dc:date>
    </item>
  </channel>
</rss>

