<?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 A question on the BINWIDTH option in PROC LOGISTIC MODEL Statement. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793881#M38924</link>
    <description>&lt;P&gt;The SAS documentation state that for SAS/STAT releases before SAS/STAT 14.1 the BINWIDTH is 0.002 which I assume results in 500 bins.&amp;nbsp; I typically build Credit Risk logistic models without binning continuous independent variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SAS/STAT versions starting at 14.1 or higher and there are fewer than 5 million observations then the default BINWIDTH=0 which means that no binning is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I interpreting correctly?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 21:03:16 GMT</pubDate>
    <dc:creator>jbilenas</dc:creator>
    <dc:date>2022-02-01T21:03:16Z</dc:date>
    <item>
      <title>A question on the BINWIDTH option in PROC LOGISTIC MODEL Statement.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793881#M38924</link>
      <description>&lt;P&gt;The SAS documentation state that for SAS/STAT releases before SAS/STAT 14.1 the BINWIDTH is 0.002 which I assume results in 500 bins.&amp;nbsp; I typically build Credit Risk logistic models without binning continuous independent variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SAS/STAT versions starting at 14.1 or higher and there are fewer than 5 million observations then the default BINWIDTH=0 which means that no binning is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I interpreting correctly?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 21:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793881#M38924</guid>
      <dc:creator>jbilenas</dc:creator>
      <dc:date>2022-02-01T21:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the BINWIDTH option in PROC LOGISTIC MODEL Statement.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793889#M38926</link>
      <description>&lt;P&gt;If you are referring to&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="statug.logistic.modelstmt" class="AAsection"&gt;
&lt;DIV id="statug.logistic.modelstmtoptions" class="AAsection"&gt;
&lt;DIV class="AAoptions"&gt;
&lt;DL class="AAoptions"&gt;
&lt;DD&gt;
&lt;P&gt;if you have a binary response and fewer than 5,000,000 observations, the default is BINWIDTH=0; this means that no binning is performed and the exact values of the statistics are computed using the trapezoidal area described in the section &lt;A href="http://127.0.0.1:65086/help/statug.hlp/statug_logistic_details33.htm#statug.logistic.logisticdroccomp" target="_blank"&gt;ROC Computations&lt;/A&gt;. This method is a bit slower and might require more memory than the binning approach.&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then yes, no binning is done UNLESS you request it. The Default is 0. You can set a bin width to force binning if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Part of the note is there to provide documentation for those folks that run an old program on existing data and get a different result that could occur from the change of the DEFAULT Bidwidth setting, i.e. not specified in the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 21:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793889#M38926</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-01T21:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the BINWIDTH option in PROC LOGISTIC MODEL Statement.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793927#M38930</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;I typically build Credit Risk logistic models without binning continuous independent variables.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;PROC LOGISTIC does not automatically bin continuous independent variables, and it never has. The doc is talking about &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_021/statug/statug_logistic_details12.htm#statug.logistic.logisticrc" target="_self"&gt;the estimation of the association statistics.&amp;nbsp;&lt;/A&gt;&amp;nbsp;The binning takes place in the interval of predicted probabilities and is used to quickly estimate some statistics that have to do with goodness of fit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the BINWIDTH= option only affects the concordance and related statistics in the Association table. It doesn't affect parameter estimates and other model-related estimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 23:18:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-question-on-the-BINWIDTH-option-in-PROC-LOGISTIC-MODEL/m-p/793927#M38930</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-02-01T23:18:14Z</dc:date>
    </item>
  </channel>
</rss>

