<?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 calculate percentiles and mean and stdv in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/calculate-percentiles-and-mean-and-stdv/m-p/830823#M328306</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to add also calculation of Mean and stdv,&lt;/P&gt;
&lt;P&gt;what is the way to do it please?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data =sashelp.cars(where=(Type='Sedan')) noprint;
var Invoice;
output out=outdata  PCTLPTS = 0 to 5 by 1 , 10 to 90 by 10, 95 to 100 by 1 PCTLPRE = P;
run;
 &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 29 Aug 2022 06:19:35 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2022-08-29T06:19:35Z</dc:date>
    <item>
      <title>calculate percentiles and mean and stdv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/calculate-percentiles-and-mean-and-stdv/m-p/830823#M328306</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to add also calculation of Mean and stdv,&lt;/P&gt;
&lt;P&gt;what is the way to do it please?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data =sashelp.cars(where=(Type='Sedan')) noprint;
var Invoice;
output out=outdata  PCTLPTS = 0 to 5 by 1 , 10 to 90 by 10, 95 to 100 by 1 PCTLPRE = P;
run;
 &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Aug 2022 06:19:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/calculate-percentiles-and-mean-and-stdv/m-p/830823#M328306</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2022-08-29T06:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: calculate percentiles and mean and stdv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/calculate-percentiles-and-mean-and-stdv/m-p/830862#M328319</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;output out=outdata mean=mean_invoice PCTLPTS = 0 to 5 by 1 , 10 to 90 by 10, 95 to 100 by 1 PCTLPRE = P;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have left outputting the standard deviation to you as a homework assignment. (&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/procstat/procstat_univariate_syntax21.htm" target="_self"&gt;Documentation&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 12:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/calculate-percentiles-and-mean-and-stdv/m-p/830862#M328319</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-29T12:15:59Z</dc:date>
    </item>
  </channel>
</rss>

