<?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: SAS EG - Calculate 40th and 60th Percentile in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231562#M16824</link>
    <description>&lt;P&gt;Any idea how to get all the 99 percentiles on SAS EG or through a program?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually have 6 values of which I need 99 percentiles (combined). I'm trying everything available online but not getting a clue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly help me if possible.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Oct 2015 22:20:47 GMT</pubDate>
    <dc:creator>varun1220</dc:creator>
    <dc:date>2015-10-25T22:20:47Z</dc:date>
    <item>
      <title>SAS EG - Calculate 40th and 60th Percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/96826#M8761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I calculate the 40th and 60th percentile of a column in SAS EG? &lt;/P&gt;&lt;P&gt;Either 4.2 or 5.1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 22:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/96826#M8761</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-06-05T22:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - Calculate 40th and 60th Percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/96827#M8762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Reeza&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;40 and 60 have been added to PROC MEANS, but not the EG interface. However, easy to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Select your data.&lt;/P&gt;&lt;P&gt;2. Summary Statistics task.&lt;/P&gt;&lt;P&gt;3. Put your VAR variable in the Analysis variables, and set up the rest of the task.&lt;/P&gt;&lt;P&gt;4. Select Preview code.&lt;/P&gt;&lt;P&gt;5. Select Insert Code&lt;/P&gt;&lt;P&gt;6. At the end of all of the parameters for the PROC MEANS statement, before the semicolon, double-click on the "double-click to insert code" entry point.&lt;/P&gt;&lt;P&gt;7. In the Enter User Code box, type&lt;/P&gt;&lt;P&gt;P40 P60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK your way out, and close the preview code window. When you run, you should get the 40th and 60th percentiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 22:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/96827#M8762</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-06-05T22:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - Calculate 40th and 60th Percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231562#M16824</link>
      <description>&lt;P&gt;Any idea how to get all the 99 percentiles on SAS EG or through a program?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually have 6 values of which I need 99 percentiles (combined). I'm trying everything available online but not getting a clue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly help me if possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 22:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231562#M16824</guid>
      <dc:creator>varun1220</dc:creator>
      <dc:date>2015-10-25T22:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - Calculate 40th and 60th Percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231712#M16827</link>
      <description>&lt;P&gt;PROC UNIVARIATE can provide this. Check the documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 19:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231712#M16827</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-10-26T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - Calculate 40th and 60th Percentile</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231744#M16828</link>
      <description>&lt;P&gt;99th Percentile is an option in the Summary Statistics task (Describe menu). &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example sequence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/650iE56480648DCE8D41/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="perc.gif" title="perc.gif" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 22:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Calculate-40th-and-60th-Percentile/m-p/231744#M16828</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-10-26T22:37:44Z</dc:date>
    </item>
  </channel>
</rss>

