<?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: How to make a composite score out of different Lickert-scale variables? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/612212#M178583</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303623"&gt;@rezaz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hey mkeintz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot, strange as it may seem, I didn't couldn't think of this solution. I'm a newbie to SAS and I thought the answer should be way more complicated than this!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The complication would typically come in creating a composite score where each component had a different "weight" of importance in the resulting composite. Such as suppose from "well accepted literature" or similar that it was "know" that factor 1 had more impact on the outcome than factor 4 by some "known" margin. If you still want the score to be 0 to 16 but use that known difference of impact then you would get into a more complicated standardization than a simple sum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 20:53:17 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-12-16T20:53:17Z</dc:date>
    <item>
      <title>How to make a composite score out of different Lickert-scale variables?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/611824#M178420</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 4 questions asked in the questionnaire for self-esteem which must be measured&amp;nbsp;using four items.&amp;nbsp;The items are rated using a&lt;BR /&gt;5-point Likert scale (0–4). Composite scores should span 0–16. How should I construct the composite score using SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 00:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/611824#M178420</guid>
      <dc:creator>rezaz</dc:creator>
      <dc:date>2019-12-15T00:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a composite score out of different Lickert-scale variables?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/611837#M178427</link>
      <description>&lt;P&gt;It appears you merely want to sum of the 4 individual likert scales - a very very basic task in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What have you tried so far?&amp;nbsp; Please provide us sample data in the form of a working DATA step.&amp;nbsp; Then you will be on the path to joy.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 03:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/611837#M178427</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2019-12-15T03:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a composite score out of different Lickert-scale variables?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/611846#M178434</link>
      <description>&lt;P&gt;Hey mkeintz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot, strange as it may seem, I didn't couldn't think of this solution. I'm a newbie to SAS and I thought the answer should be way more complicated than this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 07:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/611846#M178434</guid>
      <dc:creator>rezaz</dc:creator>
      <dc:date>2019-12-15T07:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a composite score out of different Lickert-scale variables?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/612212#M178583</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303623"&gt;@rezaz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hey mkeintz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot, strange as it may seem, I didn't couldn't think of this solution. I'm a newbie to SAS and I thought the answer should be way more complicated than this!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The complication would typically come in creating a composite score where each component had a different "weight" of importance in the resulting composite. Such as suppose from "well accepted literature" or similar that it was "know" that factor 1 had more impact on the outcome than factor 4 by some "known" margin. If you still want the score to be 0 to 16 but use that known difference of impact then you would get into a more complicated standardization than a simple sum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 20:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-a-composite-score-out-of-different-Lickert-scale/m-p/612212#M178583</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-12-16T20:53:17Z</dc:date>
    </item>
  </channel>
</rss>

