<?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 percentiles in 0.1 increments in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693257#M33451</link>
    <description>&lt;P&gt;How can I calculate more granular percentiles? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc univariate data=dsn;
	var amount;
	output pctlpre=P_ 
		pctlpts= 41 to 42 by 0.1;
run;&lt;/PRE&gt;</description>
    <pubDate>Wed, 21 Oct 2020 17:27:51 GMT</pubDate>
    <dc:creator>asasha</dc:creator>
    <dc:date>2020-10-21T17:27:51Z</dc:date>
    <item>
      <title>percentiles in 0.1 increments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693257#M33451</link>
      <description>&lt;P&gt;How can I calculate more granular percentiles? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc univariate data=dsn;
	var amount;
	output pctlpre=P_ 
		pctlpts= 41 to 42 by 0.1;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693257#M33451</guid>
      <dc:creator>asasha</dc:creator>
      <dc:date>2020-10-21T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: percentiles in 0.1 increments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693262#M33452</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where the example is shown&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;output pctlpre=P_ pctlpts=50,95 to 100 by 2.5;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:47:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693262#M33452</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-10-21T17:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: percentiles in 0.1 increments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693271#M33453</link>
      <description>&lt;P&gt;You need to tell SAS where to put the output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;output &lt;FONT color="#FF0000"&gt;out=myPercentiles&lt;/FONT&gt; pctlpre=P_ pctlpts= 41 to 42 by 0.1;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 18:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/percentiles-in-0-1-increments/m-p/693271#M33453</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-10-21T18:13:05Z</dc:date>
    </item>
  </channel>
</rss>

