<?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: Percentile in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620032#M29858</link>
    <description>proc univariate data=stats.sample noprint;&lt;BR /&gt;var HEIGHT_SIT WAIST_GRTH;&lt;BR /&gt;output out=PctlStrength p5=p5str p95=p2.5str;&lt;BR /&gt;run;</description>
    <pubDate>Sat, 25 Jan 2020 23:23:16 GMT</pubDate>
    <dc:creator>Saspains</dc:creator>
    <dc:date>2020-01-25T23:23:16Z</dc:date>
    <item>
      <title>Percentile</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620030#M29856</link>
      <description>I have my assignment asking me to find 2.5 percentile and 97.5 percentile. I have tried many syntax but no one is showing output.&lt;BR /&gt;My variables are HEIGHT_SIT and WAIST_GRTH&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Jan 2020 23:07:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620030#M29856</guid>
      <dc:creator>Saspains</dc:creator>
      <dc:date>2020-01-25T23:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620031#M29857</link>
      <description>&lt;P&gt;Please post your code. PROC UNIVARIATE is one way to do percentiles as in this example: &lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples08.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples08.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 23:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620031#M29857</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-01-25T23:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620032#M29858</link>
      <description>proc univariate data=stats.sample noprint;&lt;BR /&gt;var HEIGHT_SIT WAIST_GRTH;&lt;BR /&gt;output out=PctlStrength p5=p5str p95=p2.5str;&lt;BR /&gt;run;</description>
      <pubDate>Sat, 25 Jan 2020 23:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620032#M29858</guid>
      <dc:creator>Saspains</dc:creator>
      <dc:date>2020-01-25T23:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620035#M29859</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;output out=whatever pctlpts=2.5 97.5 pctlpre=p;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;FULL explanation and documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Jan 2020 23:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620035#M29859</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-25T23:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620039#M29860</link>
      <description>&lt;P&gt;Just a note for the future, if you're using a PROC and cannot find the syntax you need to use or not sure how to use, check the Examples section. In this case, the one titled "Saving percentiles in an output data set" is pretty much exactly what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=procstat_univariate_examples08.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=procstat_univariate_examples08.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 01:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Percentile/m-p/620039#M29860</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-26T01:16:26Z</dc:date>
    </item>
  </channel>
</rss>

