<?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 create a score from multiple variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151534#M298220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 5 binary yes/no variables that assess knowledge. I want to combine those 5 variables to indicate if they answered the questions correctly. What is the best way to do this, so for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they answered all 5 correct then their score would be 5, if they answered 4 then it would be 4, and so on...the score can be any combination of correct answers. Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 21:22:15 GMT</pubDate>
    <dc:creator>rfarmenta</dc:creator>
    <dc:date>2014-09-18T21:22:15Z</dc:date>
    <item>
      <title>create a score from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151534#M298220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 5 binary yes/no variables that assess knowledge. I want to combine those 5 variables to indicate if they answered the questions correctly. What is the best way to do this, so for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they answered all 5 correct then their score would be 5, if they answered 4 then it would be 4, and so on...the score can be any combination of correct answers. Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151534#M298220</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2014-09-18T21:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: create a score from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151535#M298221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you determine whether the awnswer is correct or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151535#M298221</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-09-18T21:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: create a score from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151536#M298222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made it so the correct answer is always equal to 1 for ease. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151536#M298222</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2014-09-18T21:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: create a score from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151537#M298223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add them up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new_variable=sum(var1, var2, var3, var4, var5);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 23:07:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151537#M298223</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-18T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: create a score from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151538#M298224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, that just seemed too simple I guess. Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 00:31:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-score-from-multiple-variables/m-p/151538#M298224</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2014-09-19T00:31:53Z</dc:date>
    </item>
  </channel>
</rss>

