<?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 Aggregating variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452367#M283916</link>
    <description>&lt;P&gt;I'm new to SAS and programming in general.&amp;nbsp; I'd like to create a new variable by aggregating three variables into a mean scale. The three variables I want to combine are measured on a three point likert scale. I've been trying to figure out how to do this and I'm lost.&amp;nbsp; I feel like it should be simple. I would appreciate any help on coding. Thank you!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Apr 2018 21:27:39 GMT</pubDate>
    <dc:creator>kmh</dc:creator>
    <dc:date>2018-04-08T21:27:39Z</dc:date>
    <item>
      <title>Aggregating variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452367#M283916</link>
      <description>&lt;P&gt;I'm new to SAS and programming in general.&amp;nbsp; I'd like to create a new variable by aggregating three variables into a mean scale. The three variables I want to combine are measured on a three point likert scale. I've been trying to figure out how to do this and I'm lost.&amp;nbsp; I feel like it should be simple. I would appreciate any help on coding. Thank you!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 21:27:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452367#M283916</guid>
      <dc:creator>kmh</dc:creator>
      <dc:date>2018-04-08T21:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452370#M283917</link>
      <description>&lt;P&gt;If your three variables are named a, b and c, then this works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Y = mean(a,b,c);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 08 Apr 2018 22:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452370#M283917</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-08T22:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452706#M283918</link>
      <description>Thank you so much. I knew it had to be simple!&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2018 04:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Aggregating-variables/m-p/452706#M283918</guid>
      <dc:creator>kmh</dc:creator>
      <dc:date>2018-04-10T04:21:37Z</dc:date>
    </item>
  </channel>
</rss>

