<?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 Equal width Binning in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663908#M198293</link>
    <description>Dear All I want to construct equal width binning for at least 10 variables. So for each variable I calculate the MIN and the MAX and then to find the equal widths (EW) I do (Max - Min)/10. To create the bins (I do not have Proc HPBIN) can I do the following Proc format ; value Bins MIN LE Var_A &amp;lt; (EW+ MIN) = '1' (EW+ MIN) LE VAR_A &amp;lt; (2*(EW) + MIN) = '2' ; and so on. If not, is there a better way to construct equal width bins? Randy</description>
    <pubDate>Mon, 22 Jun 2020 03:27:47 GMT</pubDate>
    <dc:creator>RandyStan</dc:creator>
    <dc:date>2020-06-22T03:27:47Z</dc:date>
    <item>
      <title>Equal width Binning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663908#M198293</link>
      <description>Dear All I want to construct equal width binning for at least 10 variables. So for each variable I calculate the MIN and the MAX and then to find the equal widths (EW) I do (Max - Min)/10. To create the bins (I do not have Proc HPBIN) can I do the following Proc format ; value Bins MIN LE Var_A &amp;lt; (EW+ MIN) = '1' (EW+ MIN) LE VAR_A &amp;lt; (2*(EW) + MIN) = '2' ; and so on. If not, is there a better way to construct equal width bins? Randy</description>
      <pubDate>Mon, 22 Jun 2020 03:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663908#M198293</guid>
      <dc:creator>RandyStan</dc:creator>
      <dc:date>2020-06-22T03:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Equal width Binning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663913#M198295</link>
      <description>&lt;P&gt;Some methods are given here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/08/07/essential-guide-binning-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/08/07/essential-guide-binning-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 05:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663913#M198295</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2020-06-22T05:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Equal width Binning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663915#M198296</link>
      <description>&lt;P&gt;You method does not guarantee equal populations. proc rank is the most used method for your purpose.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 06:05:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663915#M198296</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-22T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Equal width Binning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663947#M198305</link>
      <description>&lt;P&gt;Here some code could help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:11:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Equal-width-Binning/m-p/663947#M198305</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-22T11:11:48Z</dc:date>
    </item>
  </channel>
</rss>

