<?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: Percentiles in proc univariate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137182#M36936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc univariate data=child766;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class Age_months sex;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;var weight_kg;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;output out=perplts pctlpre= Pwt_&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;pctlpts=6 12 24 36 48 60 ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I suspect that you were specifying too many prefixes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 23:50:23 GMT</pubDate>
    <dc:creator>djmangen</dc:creator>
    <dc:date>2014-04-29T23:50:23Z</dc:date>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137180#M36934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Here my problem is i need percentiles of weight and age_months for 0-60 months. so here i need results like weight for Age. in graph X axies age_months and Y axies weight.&lt;/P&gt;&lt;P&gt;For this i tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc univariate data=child766;&lt;/P&gt;&lt;P&gt;class Age_months sex;&lt;/P&gt;&lt;P&gt;var weight_kg;&lt;/P&gt;&lt;P&gt;output out=perplts pctlpre=_Pwt P_Age p&lt;/P&gt;&lt;P&gt;pctlpts=6 12 24 36 48 60 ;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me how to go with this??/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 06:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137180#M36934</guid>
      <dc:creator>anilgvdbm</dc:creator>
      <dc:date>2014-04-29T06:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137181#M36935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please provide the dataset which you are reffering to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 11:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137181#M36935</guid>
      <dc:creator>sudi</dc:creator>
      <dc:date>2014-04-29T11:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137182#M36936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc univariate data=child766;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class Age_months sex;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;var weight_kg;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;output out=perplts pctlpre= Pwt_&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;pctlpts=6 12 24 36 48 60 ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I suspect that you were specifying too many prefixes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 23:50:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137182#M36936</guid>
      <dc:creator>djmangen</dc:creator>
      <dc:date>2014-04-29T23:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137183#M36937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is up with the weird pctlpts values?&amp;nbsp; This is going to give the sixth, twelfth, etc. percentile of all of the data within each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if my hunch is correct, the 60 corresponds to 1he 100th percentile or the maximum.&amp;nbsp; I would ask the original poster what percentiles of the data they are interested in at each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 16:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137183#M36937</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-04-30T16:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137184#M36938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SteveDenham,&lt;/P&gt;&lt;P&gt;Here i am looking for child growth rate&amp;nbsp; from the age and weight so i need percentiles of each year child's weight. because i cont calculate bmi for child so the from the percentiles i can separate the under weight and normal obese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 04:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137184#M36938</guid>
      <dc:creator>anilgvdbm</dc:creator>
      <dc:date>2014-05-01T04:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137185#M36939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pctlpts=1 to 100 by 1 ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 07:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137185#M36939</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-05-01T07:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Percentiles in proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137186#M36940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow &lt;A __default_attr="645292" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s recommendation, and get all of the percentiles for each sex and month.&amp;nbsp; Then you can separate more easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I think you may want to look at the documentation for PROC QUANTREG, if you are looking for predictors of the various quantiles/percentiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 12:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Re-Percentiles-in-proc-univariate/m-p/137186#M36940</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-05-01T12:16:14Z</dc:date>
    </item>
  </channel>
</rss>

