<?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: 95th percentile of a continuous variable for all observations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466936#M119174</link>
    <description>&lt;P&gt;The CDC code is not much use without the WHO data and descriptions. Since the CDC code has parameters built in for its distribution I don't see any way to "replicate" the code without the parameters from WHO. Since CDC has not, at least as far as I have found, released the modeling used to build their parameter data set and the data used to build that model ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked at &lt;A href="http://www.who.int/childgrowth/standards/bmi_for_age/en/&amp;nbsp;" target="_blank"&gt;http://www.who.int/childgrowth/standards/bmi_for_age/en/&amp;nbsp;&lt;/A&gt; ? and all the related pages. There are some data tables with percentiles and such by age but I haven't the time to find all the details. Also there are some software downloads there that may be applicable. I doubt that you will get a direct comparable program to the CDC SAS code. Also you need to pick your ages of interest.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 17:10:45 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-06-01T17:10:45Z</dc:date>
    <item>
      <title>95th percentile of a continuous variable for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466918#M119169</link>
      <description>&lt;P&gt;I'd like to calculate 95th percentile of each BMI observation of the data (attached).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is the correct data (first 100 observations of real data)&amp;nbsp;where bmi95 is 95th pctl&amp;nbsp;for each BMI values. Do you know how I can reproduce it in SAS? My actual&amp;nbsp;data has only BMI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 16:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466918#M119169</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-06-01T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: 95th percentile of a continuous variable for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466920#M119170</link>
      <description>How are you defining that? You can calculate the percentiles for each observation, but I’m not familiar with a statistic that is the ‘95th percentile’ for each observation. By definition, the 95th percentile for a data set is a specific value. If you want the percentile for each observation that’s relatively trivial.</description>
      <pubDate>Fri, 01 Jun 2018 16:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466920#M119170</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-01T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: 95th percentile of a continuous variable for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466928#M119171</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Attached is&amp;nbsp;publicly available SAS code&amp;nbsp;to showcase how&amp;nbsp;bmi95 is calculated&amp;nbsp;for BMI based on&amp;nbsp;CDC growth chart. I'm trying to do the same thing for BMI based on&amp;nbsp;WHO data growth chart.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 16:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466928#M119171</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-06-01T16:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: 95th percentile of a continuous variable for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466935#M119173</link>
      <description>&lt;P&gt;Can’t open SAS files at the moment. If I remember later, I’ll try and check back in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466935#M119173</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-01T17:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: 95th percentile of a continuous variable for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466936#M119174</link>
      <description>&lt;P&gt;The CDC code is not much use without the WHO data and descriptions. Since the CDC code has parameters built in for its distribution I don't see any way to "replicate" the code without the parameters from WHO. Since CDC has not, at least as far as I have found, released the modeling used to build their parameter data set and the data used to build that model ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked at &lt;A href="http://www.who.int/childgrowth/standards/bmi_for_age/en/&amp;nbsp;" target="_blank"&gt;http://www.who.int/childgrowth/standards/bmi_for_age/en/&amp;nbsp;&lt;/A&gt; ? and all the related pages. There are some data tables with percentiles and such by age but I haven't the time to find all the details. Also there are some software downloads there that may be applicable. I doubt that you will get a direct comparable program to the CDC SAS code. Also you need to pick your ages of interest.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/95th-percentile-of-a-continuous-variable-for-all-observations/m-p/466936#M119174</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-01T17:10:45Z</dc:date>
    </item>
  </channel>
</rss>

