<?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 how to find median for each group in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539477#M148645</link>
    <description>&lt;P&gt;given 4 groups.&lt;/P&gt;&lt;P&gt;how to find the median of each group using sas&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 20:24:43 GMT</pubDate>
    <dc:creator>ralphbenno</dc:creator>
    <dc:date>2019-02-28T20:24:43Z</dc:date>
    <item>
      <title>how to find median for each group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539477#M148645</link>
      <description>&lt;P&gt;given 4 groups.&lt;/P&gt;&lt;P&gt;how to find the median of each group using sas&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 20:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539477#M148645</guid>
      <dc:creator>ralphbenno</dc:creator>
      <dc:date>2019-02-28T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to find median for each group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539478#M148646</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc summary data=have nway;
    class groupvariable;
    var variableofinterest;
    output out=_medians_ median=median;
run;
    &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Feb 2019 20:28:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539478#M148646</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-28T20:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to find median for each group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539479#M148647</link>
      <description>&lt;P&gt;proc means or&lt;/P&gt;
&lt;P&gt;proc summary????&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with a class or by statement if sorted&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 20:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-median-for-each-group/m-p/539479#M148647</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-02-28T20:29:19Z</dc:date>
    </item>
  </channel>
</rss>

