<?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: Looking for Precision Up to Maybe 8 Decimal Places in proc rank in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154922#M40676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you think of the following for my solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc rank data = CombineScoredTemp groups = 100000000 out = CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var Predicted_SLR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ranks PERCENTILE_SLR;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;data CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PERCENTILE_SLR = PERCENTILE_SLR / 1000000;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only problem I see is that it is limited to 6 decimal places. Maybe 7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2014 14:14:40 GMT</pubDate>
    <dc:creator>Zachary</dc:creator>
    <dc:date>2014-12-19T14:14:40Z</dc:date>
    <item>
      <title>Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154912#M40666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;SPAN style="font-family: arial black,avant garde;"&gt;I use the following code to obtain the percentiles of over 100,000 observations:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;proc&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;rank&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; = CombineScoredTemp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; = &lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt;"&gt;100&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; = CombineScoredTemp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; Predicted_SLR;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;ranks&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; Percentile_SLR;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial black,avant garde;"&gt;But it provides the percentiles as integers. Any suggestions on how to get a real number out of this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial black,avant garde;"&gt;Thank you, as usual.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154912#M40666</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2014-12-17T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154913#M40667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean that you want 0.01000000 instead of 1? Or 1.00000000?&lt;/P&gt;&lt;P&gt;SAS actually does not differentiate between integer and real in its storage. The active display format controls how many, if any, decimals are displayed. Print your resulting set with Format Percentile_slr F16.8 ; to see more decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the percentiles as in which value is the 7th percentile you likely need another procedure than rank as except for tie breaking ranks tend to be integer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154913#M40667</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-17T21:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154914#M40668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc rank ranks data based on &lt;SPAN style="font-family: 'courier new', courier; font-size: 16px; background-color: #ffffff;"&gt;Predicted_SLR variable and makes 100 groups each contains around 1000 observations. For percentile try proc univariate.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154914#M40668</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-12-17T21:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154915#M40669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're looking for the CDF instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;table&lt;/SPAN&gt; cdfplot=want;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;univariate&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;data&lt;/SPAN&gt;=&lt;SPAN style="font-family: 'courier new', courier; font-size: 16px; background-color: #ffffff;"&gt;CombineScoredTemp&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff;"&gt;var&lt;/SPAN&gt; &lt;SPAN style="font-family: 'courier new', courier; font-size: 16px; background-color: #ffffff;"&gt;Predicted_SLR&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #ff2600;"&gt;cdfplot&lt;/SPAN&gt; &lt;SPAN style="font-family: 'courier new', courier; font-size: 16px; background-color: #ffffff;"&gt;Predicted_SLR&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 23:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154915#M40669</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-17T23:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154916#M40670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all of the answers. CDF seems to show the most promise. But how may I modify the code to accomodate &lt;SPAN style="text-decoration: underline;"&gt;saving&lt;/SPAN&gt; the actual percentile on a record-by-record basis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be the equivalent of a PERCENTRANK() function in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 20:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154916#M40670</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2014-12-18T20:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154917#M40671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm not sure what your question is. Can you clarify what you mean by saving and row by row? The output dataset has the CDf values for all observations. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154917#M40671</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-18T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154918#M40672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am probably missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the following code and it makes a nice CDF plot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods table cdfplot = want;;&lt;/P&gt;&lt;P&gt;proc univariate data = CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var Predicted_SLR;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cdfplot Predicted_SLR;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it does not add the percentiles to the data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus, I receive a warning saying that the CDFPlot was not created. I am sure that both of these are related, somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure I just mis-read the supplied code or something. But I am currently lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I especially am interested in setting this right as I recently read an article on the web very much trashing the PERCENTRANK() procedure in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:47:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154918#M40672</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2014-12-18T21:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154919#M40673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the ods statement before the proc should store the values in a new table called want. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 22:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154919#M40673</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-18T22:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154920#M40674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on SAS version you may need to turn ODS Graphics on;&amp;nbsp; to see plot. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 22:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154920#M40674</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-18T22:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154921#M40675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;stdize&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;pctlpts&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; to &lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;100&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=sashelp.heart &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;outstat&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=pctls &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=_null_;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; height weight diastolic systolic;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;IMG alt="12-18-2014 4-19-08 PM.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/8507_12-18-2014 4-19-08 PM.png" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 22:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154921#M40675</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-12-18T22:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154922#M40676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you think of the following for my solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc rank data = CombineScoredTemp groups = 100000000 out = CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var Predicted_SLR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ranks PERCENTILE_SLR;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;data CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set CombineScoredTemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PERCENTILE_SLR = PERCENTILE_SLR / 1000000;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only problem I see is that it is limited to 6 decimal places. Maybe 7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 14:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154922#M40676</guid>
      <dc:creator>Zachary</dc:creator>
      <dc:date>2014-12-19T14:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154923#M40677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought you wanted to compute the percentiles for Predicted_SLR that can be done in a number of ways in SAS PROC STDIZE being a pretty easy method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your PROC RANKS GROUPS=100 is similar in that it groups the observations into "percentile groups".&amp;nbsp; The computed RANK that you named PERCENTILE_SLR in the RANK statement is not the percentile "value" as computed by PROC STDIZE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I understanding correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 14:35:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154923#M40677</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-12-19T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for Precision Up to Maybe 8 Decimal Places in proc rank</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154924#M40678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This method does not account for ties. If you have no ties or don't care you can more easily calculate your 'percentiles' using a data step. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 16:48:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Looking-for-Precision-Up-to-Maybe-8-Decimal-Places-in-proc-rank/m-p/154924#M40678</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-19T16:48:01Z</dc:date>
    </item>
  </channel>
</rss>

