<?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 Creating dummy Variables in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Creating-dummy-Variables/m-p/351320#M2317</link>
    <description>&lt;P&gt;I&amp;nbsp;&lt;SPAN&gt; need to create a new binary variable called Bonus as my "Y" or "Dependent" variable to predict the probability of an employee receiving a performance bonus by end of year.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;I need to use&amp;nbsp;the Customer_rating variable to create the new variable. It should be Customer_Rating equal to or greater than 3.75 to determine who gets a bonus.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 14:32:35 GMT</pubDate>
    <dc:creator>ozge1</dc:creator>
    <dc:date>2017-04-19T14:32:35Z</dc:date>
    <item>
      <title>Creating dummy Variables</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-dummy-Variables/m-p/351320#M2317</link>
      <description>&lt;P&gt;I&amp;nbsp;&lt;SPAN&gt; need to create a new binary variable called Bonus as my "Y" or "Dependent" variable to predict the probability of an employee receiving a performance bonus by end of year.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;I need to use&amp;nbsp;the Customer_rating variable to create the new variable. It should be Customer_Rating equal to or greater than 3.75 to determine who gets a bonus.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-dummy-Variables/m-p/351320#M2317</guid>
      <dc:creator>ozge1</dc:creator>
      <dc:date>2017-04-19T14:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dummy Variables</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-dummy-Variables/m-p/351322#M2318</link>
      <description>&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; set have;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bonus = (Customer_Rating ge 3.75);&lt;/P&gt;
&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-dummy-Variables/m-p/351322#M2318</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-19T14:35:02Z</dc:date>
    </item>
  </channel>
</rss>

