<?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 convert a dataset into it's corresponding WOE values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282620#M57463</link>
    <description>This is definitely not my area of expertise but I see that WOE can be calculated in the HPBIN procedure.</description>
    <pubDate>Thu, 07 Jul 2016 06:36:35 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-07-07T06:36:35Z</dc:date>
    <item>
      <title>How to convert a dataset into it's corresponding WOE values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282476#M57412</link>
      <description>&lt;P&gt;I have done fine classing and coarse classing on the required set of variables. From which I have gathered the outputs.&lt;/P&gt;&lt;P&gt;I want to know how can I convert this dataset into a new one that will consist of the values and the corresponding WOE's. (I have both missing values and outliers included).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g from course classing I have the file for a variable (Say income) that contains:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Min_Val &amp;nbsp; &amp;nbsp; Max_Val &amp;nbsp; NoObs &amp;nbsp; &amp;nbsp;RESP &amp;nbsp; &amp;nbsp; NRESP &amp;nbsp; &amp;nbsp;TOT_RESP &amp;nbsp; &amp;nbsp; TOT_NRESP &amp;nbsp; &amp;nbsp; &amp;nbsp;WOE &amp;nbsp; &amp;nbsp; &amp;nbsp;IV&lt;/P&gt;&lt;P&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2321 &amp;nbsp; &amp;nbsp; 764 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1233 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11170 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.0321 &amp;nbsp; &amp;nbsp; .011687&lt;/P&gt;&lt;P&gt;0.3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6000 &amp;nbsp; &amp;nbsp; 2000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11170 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .0632 &amp;nbsp; &amp;nbsp; &amp;nbsp;.06140&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I need a file that should contain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Income &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; income_WOE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure how to do this conversion.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 16:41:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282476#M57412</guid>
      <dc:creator>Antaralib</dc:creator>
      <dc:date>2016-07-06T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a dataset into it's corresponding WOE values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282620#M57463</link>
      <description>This is definitely not my area of expertise but I see that WOE can be calculated in the HPBIN procedure.</description>
      <pubDate>Thu, 07 Jul 2016 06:36:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282620#M57463</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-07-07T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a dataset into it's corresponding WOE values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282645#M57470</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;. I have already calculated the WOEs for both categorical and continuous variables. But wondering, how to do the variable transformation for further analysis. Even I am not sure on the next step.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 10:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-a-dataset-into-it-s-corresponding-WOE-values/m-p/282645#M57470</guid>
      <dc:creator>Antaralib</dc:creator>
      <dc:date>2016-07-07T10:06:55Z</dc:date>
    </item>
  </channel>
</rss>

