<?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: Classification table proc logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156806#M8190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think problem is with decision rule that is creating pos variable. Try&amp;nbsp; &lt;STRONG&gt;&amp;gt; instead of &amp;gt;= in your syntax file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; rsk &lt;STRONG&gt;&amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0.32&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; pos=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;else&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; pos=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 14:57:42 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-08-11T14:57:42Z</dc:date>
    <item>
      <title>Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156804#M8188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We could create a classification table in two ways:&lt;/P&gt;&lt;P&gt;1. Using proc logistic with ctable pprob=xxx&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;logistic&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;desc&lt;/SPAN&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=mmse ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; fn= lhippoc lmidtemp&amp;nbsp; eicv c_age_a c_age_b ss/ &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;ctable&lt;/SPAN&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;pprob&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;0.32&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;2. Using output and manipulating with data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;logistic&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;desc&lt;/SPAN&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=mmse ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; fn= lhippoc lmidtemp&amp;nbsp; eicv c_age_a c_age_b ss/ &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;ctable&lt;/SPAN&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;pprob&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;0.32&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;output&lt;/SPAN&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;out&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=ci_with_outl &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;p&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=rsk;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ci_with_outl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;set&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ci_with_outl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; rsk &amp;gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;0.32&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; pos=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;else&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; pos=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;sort&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;by&lt;/SPAN&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;descending&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; pos &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;descending&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; fn;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;freq&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;order&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;table&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; pos*fn;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;The problem is following. I have received two different classification table, with different numbers of true/faux positives and negatives. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;The question is: what is an algorithm of calculation of &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;true/faux positives and negatives in proc logistic ctable?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 14:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156804#M8188</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-11T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156805#M8189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty sure its the same algorithm, check the documentation under classification table and details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How close are they? One possibility is that they are different due to rounding, the second is that the probability is the opposite of what you expect ie if you modeled a binary such as 0/1 the event is considered 0, not 1, unless specified otherwise. &lt;/P&gt;&lt;P&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 14:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156805#M8189</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-11T14:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156806#M8190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think problem is with decision rule that is creating pos variable. Try&amp;nbsp; &lt;STRONG&gt;&amp;gt; instead of &amp;gt;= in your syntax file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; rsk &lt;STRONG&gt;&amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0.32&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; pos=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;else&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; pos=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: teal; font-family: 'Courier New'; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 14:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156806#M8190</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-11T14:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156807#M8191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the pos variable in Excel. It was correct, pos=1 where risk was 0.32 and higher &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 15:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156807#M8191</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-11T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156808#M8192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are pretty close. From 147 subjects (47 in desease) 26 of diases and 92 with no disease were correctly classified by proc logistic (true positive/true negative), while 27 and 95 respectively were correctly classified with proc freq. It takes me a difference of 3% for sensitivity and for specificity, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 15:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156808#M8192</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-11T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156809#M8193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the doc &amp;gt;= (GE) is the correct comparison. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the predicted event probability&lt;STRONG&gt; exceeds or equals some&lt;/STRONG&gt; cutpoint value &lt;SPAN class="inlinemediaobject"&gt;&lt;IMG alt="$z \in [0,1]$" class="jiveImage" height="16" src="https://communities.sas.com/thread/images/statug_logistic0405.png" width="49" /&gt;&lt;/SPAN&gt;, the observation is predicted to be an event observation; otherwise, it is predicted as a nonevent. A &lt;SPAN class="inlinemediaobject"&gt;&lt;IMG alt="$2\times 2$" class="jiveImage" height="10" src="https://communities.sas.com/thread/images/statug_logistic0406.png" width="30" /&gt;&lt;/SPAN&gt; frequency table can be obtained by cross-classifying the observed and predicted responses. The &lt;A _jive_internal="true" class="olink" href="https://communities.sas.com/thread/statug_logistic_syntax22.htm#statug.logistic.logisticctable"&gt;CTABLE&lt;/A&gt; option produces this table, and the &lt;A _jive_internal="true" class="olink" href="https://communities.sas.com/thread/statug_logistic_syntax22.htm#statug.logistic.logisticpprob"&gt;PPROB=&lt;/A&gt; option selects one or more cutpoints. Each cutpoint generates a classification table. If the &lt;A _jive_internal="true" class="olink" href="https://communities.sas.com/thread/statug_logistic_syntax22.htm#statug.logistic.logisticpevent"&gt;PEVENT=&lt;/A&gt; option is also specified, a classification table is produced for each combination of PEVENT= and PPROB= values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see that you're missing anything. In fact I can reproduce this with the sample data. I would expect this to work and it doesn't, but that doesn't mean I'm not missing something or doing something wrong.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Consider opening a track with tech support, an example to replicate the issue is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data Remission;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; input remiss cell smear infil li blast temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; label remiss='Complete Remission';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; .8&amp;nbsp;&amp;nbsp; .83&amp;nbsp; .66&amp;nbsp; 1.9&amp;nbsp; 1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .996&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; .9&amp;nbsp;&amp;nbsp; .36&amp;nbsp; .32&amp;nbsp; 1.4&amp;nbsp;&amp;nbsp; .74&amp;nbsp;&amp;nbsp;&amp;nbsp; .992&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .8&amp;nbsp;&amp;nbsp; .88&amp;nbsp; .7&amp;nbsp;&amp;nbsp;&amp;nbsp; .8&amp;nbsp;&amp;nbsp; .176&amp;nbsp;&amp;nbsp; .982&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .87&amp;nbsp; .87&amp;nbsp;&amp;nbsp; .7&amp;nbsp; 1.053&amp;nbsp;&amp;nbsp; .986&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; .9&amp;nbsp;&amp;nbsp; .75&amp;nbsp; .68&amp;nbsp; 1.3&amp;nbsp;&amp;nbsp; .519&amp;nbsp;&amp;nbsp; .98&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .65&amp;nbsp; .65&amp;nbsp;&amp;nbsp; .6&amp;nbsp;&amp;nbsp; .519&amp;nbsp;&amp;nbsp; .982&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; .95&amp;nbsp; .97&amp;nbsp; .92&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.23&amp;nbsp;&amp;nbsp;&amp;nbsp; .992&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .95&amp;nbsp; .87&amp;nbsp; .83&amp;nbsp; 1.9&amp;nbsp; 1.354&amp;nbsp; 1.02&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .45&amp;nbsp; .45&amp;nbsp;&amp;nbsp; .8&amp;nbsp;&amp;nbsp; .322&amp;nbsp;&amp;nbsp; .999&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .95&amp;nbsp; .36&amp;nbsp; .34&amp;nbsp;&amp;nbsp; .5&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.038&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .85&amp;nbsp; .39&amp;nbsp; .33&amp;nbsp;&amp;nbsp; .7&amp;nbsp;&amp;nbsp; .279&amp;nbsp;&amp;nbsp; .988&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .7&amp;nbsp;&amp;nbsp; .76&amp;nbsp; .53&amp;nbsp; 1.2&amp;nbsp;&amp;nbsp; .146&amp;nbsp;&amp;nbsp; .982&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .8&amp;nbsp;&amp;nbsp; .46&amp;nbsp; .37&amp;nbsp;&amp;nbsp; .4&amp;nbsp;&amp;nbsp; .38&amp;nbsp;&amp;nbsp; 1.006&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .2&amp;nbsp;&amp;nbsp; .39&amp;nbsp; .08&amp;nbsp;&amp;nbsp; .8&amp;nbsp;&amp;nbsp; .114&amp;nbsp;&amp;nbsp; .99&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .9&amp;nbsp;&amp;nbsp; .9&amp;nbsp;&amp;nbsp; 1.1&amp;nbsp; 1.037&amp;nbsp;&amp;nbsp; .99&lt;/P&gt;&lt;P&gt;1&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .84&amp;nbsp; .84&amp;nbsp; 1.9&amp;nbsp; 2.064&amp;nbsp; 1.02&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .65&amp;nbsp; .42&amp;nbsp; .27&amp;nbsp;&amp;nbsp; .5&amp;nbsp;&amp;nbsp; .114&amp;nbsp; 1.014&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .75&amp;nbsp; .75&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.322&amp;nbsp; 1.004&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .5&amp;nbsp;&amp;nbsp; .44&amp;nbsp; .22&amp;nbsp;&amp;nbsp; .6&amp;nbsp;&amp;nbsp; .114&amp;nbsp;&amp;nbsp; .99&lt;/P&gt;&lt;P&gt;1&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .63&amp;nbsp; .63&amp;nbsp; 1.1&amp;nbsp; 1.072&amp;nbsp;&amp;nbsp; .986&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .33&amp;nbsp; .33&amp;nbsp;&amp;nbsp; .4&amp;nbsp;&amp;nbsp; .176&amp;nbsp; 1.01&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .9&amp;nbsp;&amp;nbsp; .93&amp;nbsp; .84&amp;nbsp;&amp;nbsp; .6&amp;nbsp; 1.591&amp;nbsp; 1.02&lt;/P&gt;&lt;P&gt;1&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .58&amp;nbsp; .58&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .531&amp;nbsp; 1.002&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; .95&amp;nbsp; .32&amp;nbsp; .3&amp;nbsp;&amp;nbsp; 1.6&amp;nbsp;&amp;nbsp; .886&amp;nbsp;&amp;nbsp; .988&lt;/P&gt;&lt;P&gt;1&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .6&amp;nbsp;&amp;nbsp; .6&amp;nbsp;&amp;nbsp; 1.7&amp;nbsp;&amp;nbsp; .964&amp;nbsp;&amp;nbsp; .99&lt;/P&gt;&lt;P&gt;1&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .69&amp;nbsp; .69&amp;nbsp;&amp;nbsp; .9&amp;nbsp;&amp;nbsp; .398&amp;nbsp;&amp;nbsp; .986&lt;/P&gt;&lt;P&gt;0&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .73&amp;nbsp; .73&amp;nbsp;&amp;nbsp; .7&amp;nbsp;&amp;nbsp; .398&amp;nbsp;&amp;nbsp; .986&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc logistic data=Remission outest=betas covout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model remiss(event='1')=cell smear infil li blast temp&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; /ctable pprob=0.5 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; output out=pred p=phat lower=lcl upper=ucl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; predprob=(individual crossvalidate);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ctable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set pred;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if phat&amp;gt;=0.5 then test=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else test=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data =ctable;&lt;/P&gt;&lt;P&gt;table remiss*test;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 18:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156809#M8193</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-11T18:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156810#M8194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is the same things. The different modes take different results.&lt;/P&gt;&lt;P&gt;With proc logistic:&lt;/P&gt;&lt;P&gt;Classification correct&lt;/P&gt;&lt;P&gt;Event (test 1 remiss 1) = 4&lt;/P&gt;&lt;P&gt;Non event (test 0 remiss 0) = 15&lt;/P&gt;&lt;P&gt;Classification uncorrect&lt;/P&gt;&lt;P&gt;Event (test 1 remiss 0) = 3&lt;/P&gt;&lt;P&gt;Non event - (test 0 remiss 1) = 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With proc freq&lt;/P&gt;&lt;P&gt;Classification correct&lt;/P&gt;&lt;P&gt;Event (test 1 remiss 1) &lt;STRONG&gt;= 5&lt;/STRONG&gt; :smileyalert:&lt;/P&gt;&lt;P&gt;Non event (test 0 remiss 0) = 15&lt;/P&gt;&lt;P&gt;Classification uncorrect&lt;/P&gt;&lt;P&gt;Event (test 1 remiss 0) = 3&lt;/P&gt;&lt;P&gt;Non event - (test 0 remiss 1) &lt;STRONG&gt;= 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 01:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156810#M8194</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-12T01:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156811#M8195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have found how the SAS calculates a classificaiton table:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect037.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect037.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now I need to know how it calculates confidence intervals for sensitivity ans specificty, LR- and LR- using the proc logistic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 02:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156811#M8195</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-12T02:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156812#M8196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the documentation with me, but I think the ctable option is doing a cross-validation. Each prediction is based on omitting that observation, fitting the model, and predicting the deleted value. This won't be exactly the same as the straight predictions that are in the output table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156812#M8196</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-08-12T19:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156813#M8197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you, I completely agree with you.&lt;/P&gt;&lt;P&gt;I cannot understand why SAS propose to calculate confidence limits with proc freq IF it's clear that the results would be different. &lt;/P&gt;&lt;P&gt;And I cannot understand how can I now obtain my CLs for specificity and sensitivity. Should I/Could I use an online-calculator?&lt;/P&gt;&lt;P&gt;I don't know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 00:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156813#M8197</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-13T00:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156814#M8198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take the output from the ctable and put that into proc freq to obtain confidence intervals. See the link at the end of this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the classification table out with following ODS statement before your proc logistic, though it will need reformatting to meet the type required for the proc freq. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods table Classification=classOut;&lt;/P&gt;&lt;P&gt;proc logistic data=Remission outest=betas covout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model remiss(event='1')=cell smear infil li blast temp&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; /ctable pprob=0.5 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; output out=pred p=phat;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/170.html" title="http://support.sas.com/kb/24/170.html"&gt;24170 - Estimating sensitivity, specificity, positive and negative predictive values, and other statistics&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 02:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156814#M8198</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-13T02:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156815#M8199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a point of discussion. This takes other sensitivity and sensibility. In my case, the differences are over 3% each.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 02:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156815#M8199</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-13T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156816#M8200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re #1, SAS's argument is that the prediction method that uses estimates with the data included in the model is biased. To obtain less biased results they use a different method. &lt;/P&gt;&lt;P&gt;You say SAS says to use proc freq, can you reference that somewhere? &lt;/P&gt;&lt;P&gt;From what I understand, the suggestion is to use proc freq on the ctable output to obtain estimates of the CI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For smaller samples the sensitivity and specificity will vary more I'm assuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re #2 See post above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 03:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156816#M8200</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-13T03:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156817#M8201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS suggestions for sens-spec CI:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/170.html" title="http://support.sas.com/kb/24/170.html"&gt;24170 - Estimating sensitivity, specificity, positive and negative predictive values, and other statistics&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 16:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156817#M8201</guid>
      <dc:creator>Yu_Bo</dc:creator>
      <dc:date>2014-08-14T16:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156818#M8202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may have been tacitly alluded to here, but I was thinking that SAS used a leave-one-out (LOO) method for calculating the SEN and SPEC in the ctable option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 18:07:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156818#M8202</guid>
      <dc:creator>H</dc:creator>
      <dc:date>2014-08-18T18:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156819#M8203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does, and this is what is meant by my earlier response about cross validation. Leave one out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 22:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156819#M8203</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-08-18T22:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156820#M8204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's quite a leave one out, but a modified version. &lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;However, it would be costly to fit the model by leaving out each observation one at a time. The LOGISTIC procedure provides a less expensive one-step approximation to the preceding parameter estimates.&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 22:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Classification-table-proc-logistic/m-p/156820#M8204</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-18T22:18:53Z</dc:date>
    </item>
  </channel>
</rss>

