<?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 Basic Statistics in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Basic-Statistics/m-p/780668#M31660</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pixydust12_0-1637125483585.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65813iEF844B17F2AC813B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pixydust12_0-1637125483585.png" alt="Pixydust12_0-1637125483585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need the mean of the variable VALUE for each COUNTY. How would I do this since I need it for multiple counties?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 05:07:03 GMT</pubDate>
    <dc:creator>Pixydust12</dc:creator>
    <dc:date>2021-11-17T05:07:03Z</dc:date>
    <item>
      <title>Basic Statistics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Basic-Statistics/m-p/780668#M31660</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pixydust12_0-1637125483585.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65813iEF844B17F2AC813B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pixydust12_0-1637125483585.png" alt="Pixydust12_0-1637125483585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need the mean of the variable VALUE for each COUNTY. How would I do this since I need it for multiple counties?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 05:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Basic-Statistics/m-p/780668#M31660</guid>
      <dc:creator>Pixydust12</dc:creator>
      <dc:date>2021-11-17T05:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Statistics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Basic-Statistics/m-p/780672#M31661</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=have;
class county;
var value;
output out=want mean()=;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: I see you also have state in the dataset, so you should add it to the CLASS statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;class state county;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Basic-Statistics/m-p/780672#M31661</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-17T07:16:56Z</dc:date>
    </item>
  </channel>
</rss>

