<?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: proc logistic in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-logistic/m-p/1328#M606</link>
    <description>What you are looking to is called "classification table". You should try the CTABLE option (in the MODEL statement options) ; this is not really cross-tabulated, but contains all information you need.&lt;BR /&gt;
You can also create predicted observations with the OUTPUT statement, then create a format with PROC FORMAT to transform continuous predicted probabilities into binary predictions (e.g. 0-0.5="0" 0.5&amp;lt;-1="1") and use both table and format in a FREQ procedure.</description>
    <pubDate>Tue, 29 Aug 2006 13:50:47 GMT</pubDate>
    <dc:creator>Olivier</dc:creator>
    <dc:date>2006-08-29T13:50:47Z</dc:date>
    <item>
      <title>proc logistic</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-logistic/m-p/1327#M605</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
It's me again. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
I've done some proc logistic for a while. &lt;BR /&gt;
&lt;BR /&gt;
I have seen on some outputs (alledgedly) some nice tables with the observed responses on the left and the predicted responses on the right. In each cell, there is the frequency of people taking the corresponding observed and predicted responses.&lt;BR /&gt;
If the model adjusted the data perfectly, the table should be diagonal.&lt;BR /&gt;
So it's a good measure of the quality of the model.&lt;BR /&gt;
How can I do that ?&lt;BR /&gt;
&lt;BR /&gt;
For the moment, I use the "Association of Predicted Probabilities and Observed Response" with the "Percent Concordant" thing.&lt;BR /&gt;
&lt;BR /&gt;
Thank you !</description>
      <pubDate>Mon, 28 Aug 2006 09:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-logistic/m-p/1327#M605</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-28T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-logistic/m-p/1328#M606</link>
      <description>What you are looking to is called "classification table". You should try the CTABLE option (in the MODEL statement options) ; this is not really cross-tabulated, but contains all information you need.&lt;BR /&gt;
You can also create predicted observations with the OUTPUT statement, then create a format with PROC FORMAT to transform continuous predicted probabilities into binary predictions (e.g. 0-0.5="0" 0.5&amp;lt;-1="1") and use both table and format in a FREQ procedure.</description>
      <pubDate>Tue, 29 Aug 2006 13:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-logistic/m-p/1328#M606</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2006-08-29T13:50:47Z</dc:date>
    </item>
  </channel>
</rss>

