<?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 Calulate Grand Avereage function in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326550#M72736</link>
    <description>&lt;P&gt;How to calculate Grand Average in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Jan 2017 04:53:50 GMT</pubDate>
    <dc:creator>PU1</dc:creator>
    <dc:date>2017-01-22T04:53:50Z</dc:date>
    <item>
      <title>Calulate Grand Avereage function in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326550#M72736</link>
      <description>&lt;P&gt;How to calculate Grand Average in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 04:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326550#M72736</guid>
      <dc:creator>PU1</dc:creator>
      <dc:date>2017-01-22T04:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calulate Grand Avereage function in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326554#M72737</link>
      <description>please try to use the mean() function in datastep or avg() function in proc sql. The mean() function will give you the average of all the variables so it works across multiple variables per observation and avg() functions works vertically for the single variable.</description>
      <pubDate>Sun, 22 Jan 2017 06:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326554#M72737</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-01-22T06:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calulate Grand Avereage function in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326573#M72749</link>
      <description>&lt;P&gt;A simple way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc means data=have;&lt;/P&gt;
&lt;P&gt;var a list of some variables here;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a tool you will need to study if you're going to use SAS.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 13:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Calulate-Grand-Avereage-function-in-SAS/m-p/326573#M72749</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-01-22T13:28:28Z</dc:date>
    </item>
  </channel>
</rss>

