<?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 NORMAL=BLOM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765614#M37433</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/395885"&gt;@DataDev2020&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have first calculated the mean rank for each of the 249 observations with&amp;nbsp;&lt;FONT face="courier new,courier"&gt;DEBT_EBITDA_rec=1000000&lt;/FONT&gt; and then used these equal values r&lt;SUB&gt;1&lt;/SUB&gt;=...=r&lt;SUB&gt;249&lt;/SUB&gt;=2885 in the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p16s2o8e4bnqrin1phywxdaxqba7.htm#n16nrr5emjkghnn19yj9rkqqsqam" target="_blank" rel="noopener"&gt;formula for the Blom normal scores&lt;/A&gt;&amp;nbsp;(also note the plus sign in the denominator). But SAS uses the "raw" ranks, i.e., r&lt;SUB&gt;1&lt;/SUB&gt;=2761, r&lt;SUB&gt;2&lt;/SUB&gt;=2762, ..., r&lt;SUB&gt;249&lt;/SUB&gt;=3009 and &lt;EM&gt;then&lt;/EM&gt; computes the mean of the resulting normal scores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is consistent with the documentation of the TIES= option:&lt;/P&gt;
&lt;H4 class="xisDoc-argument"&gt;MEAN&lt;/H4&gt;
&lt;DIV class="xisDoc-argumentDescription"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;assigns the mean of the corresponding rank (&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p16s2o8e4bnqrin1phywxdaxqba7.htm#n128utp0vvfmlrn1lr0nbu0kf6nu" target="_blank" rel="noopener"&gt;or mean of the normal scores when NORMAL= is specified&lt;/A&gt;)&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 12:30:27 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2021-09-02T12:30:27Z</dc:date>
    <item>
      <title>PROC RANK NORMAL=BLOM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765575#M37425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code would fx. result in af normalised value of 1.8414202783 for original values of 1,000,000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc rank data=input_csv normal=BLOM out=output_ranks;&lt;BR /&gt;var DEBT_EBITDA_rec;&lt;BR /&gt;ranks rank1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when calculating the normalised values manually (used in different setup) I end up with a value of 1.734508.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SAS my proces would be something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Calculate simple ranks with TIES=MEAN -&amp;gt; results in a rank of 2,885 for the value 1,000,000&lt;/P&gt;&lt;P&gt;proc rank data=input_csv out=simpleRankTest;&lt;BR /&gt;var DEBT_EBITDA_REC;&lt;BR /&gt;ranks rank1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Total non-negative observations are 3,009, meaning that I should be able to use the formula (from SAS documentation):&lt;/P&gt;&lt;P&gt;probit(2,885-(3/8)/3,009-(1/4)) = probit(0.95..) = 1.7345..&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I not see? Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 08:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765575#M37425</guid>
      <dc:creator>DataDev2020</dc:creator>
      <dc:date>2021-09-02T08:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROC RANK NORMAL=BLOM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765614#M37433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/395885"&gt;@DataDev2020&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have first calculated the mean rank for each of the 249 observations with&amp;nbsp;&lt;FONT face="courier new,courier"&gt;DEBT_EBITDA_rec=1000000&lt;/FONT&gt; and then used these equal values r&lt;SUB&gt;1&lt;/SUB&gt;=...=r&lt;SUB&gt;249&lt;/SUB&gt;=2885 in the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p16s2o8e4bnqrin1phywxdaxqba7.htm#n16nrr5emjkghnn19yj9rkqqsqam" target="_blank" rel="noopener"&gt;formula for the Blom normal scores&lt;/A&gt;&amp;nbsp;(also note the plus sign in the denominator). But SAS uses the "raw" ranks, i.e., r&lt;SUB&gt;1&lt;/SUB&gt;=2761, r&lt;SUB&gt;2&lt;/SUB&gt;=2762, ..., r&lt;SUB&gt;249&lt;/SUB&gt;=3009 and &lt;EM&gt;then&lt;/EM&gt; computes the mean of the resulting normal scores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is consistent with the documentation of the TIES= option:&lt;/P&gt;
&lt;H4 class="xisDoc-argument"&gt;MEAN&lt;/H4&gt;
&lt;DIV class="xisDoc-argumentDescription"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;assigns the mean of the corresponding rank (&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p16s2o8e4bnqrin1phywxdaxqba7.htm#n128utp0vvfmlrn1lr0nbu0kf6nu" target="_blank" rel="noopener"&gt;or mean of the normal scores when NORMAL= is specified&lt;/A&gt;)&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 12:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765614#M37433</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-09-02T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC RANK NORMAL=BLOM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765797#M37439</link>
      <description>&lt;P&gt;I'm embarrassed - much appreciated&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 06:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-RANK-NORMAL-BLOM/m-p/765797#M37439</guid>
      <dc:creator>DataDev2020</dc:creator>
      <dc:date>2021-09-03T06:33:03Z</dc:date>
    </item>
  </channel>
</rss>

