<?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: means procedure in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1079#M68</link>
    <description>there is an example in online doc at &lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/univariate_sect57.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/univariate_sect57.htm&lt;/A&gt;&lt;BR /&gt;
adapted here, to use sashelp.class data with a class statement&lt;BR /&gt;
[pre]&lt;BR /&gt;
 proc univariate data= sashelp.class noprint ; &lt;BR /&gt;
   class sex ; &lt;BR /&gt;
      var weight height ; &lt;BR /&gt;
      output out=Pctls pctlpts  = 20 40 &lt;BR /&gt;
                       pctlpre  = weight height &lt;BR /&gt;
                       pctlname = pct20 pct40 ; &lt;BR /&gt;
 run ; &lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Good Luck&lt;BR /&gt;
Peter</description>
    <pubDate>Fri, 21 Jul 2006 08:32:21 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-07-21T08:32:21Z</dc:date>
    <item>
      <title>means procedure</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1077#M66</link>
      <description>I am not sure about the right forum but...&lt;BR /&gt;
&lt;BR /&gt;
Can I count some other percintiles (for example p34, p76...) that are not built in means procedure?</description>
      <pubDate>Thu, 20 Jul 2006 12:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1077#M66</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-20T12:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: means procedure</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1078#M67</link>
      <description>define your preferred pctl in proc univariate</description>
      <pubDate>Fri, 21 Jul 2006 07:59:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1078#M67</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-21T07:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: means procedure</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1079#M68</link>
      <description>there is an example in online doc at &lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/univariate_sect57.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/univariate_sect57.htm&lt;/A&gt;&lt;BR /&gt;
adapted here, to use sashelp.class data with a class statement&lt;BR /&gt;
[pre]&lt;BR /&gt;
 proc univariate data= sashelp.class noprint ; &lt;BR /&gt;
   class sex ; &lt;BR /&gt;
      var weight height ; &lt;BR /&gt;
      output out=Pctls pctlpts  = 20 40 &lt;BR /&gt;
                       pctlpre  = weight height &lt;BR /&gt;
                       pctlname = pct20 pct40 ; &lt;BR /&gt;
 run ; &lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Good Luck&lt;BR /&gt;
Peter</description>
      <pubDate>Fri, 21 Jul 2006 08:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/means-procedure/m-p/1079#M68</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-21T08:32:21Z</dc:date>
    </item>
  </channel>
</rss>

