<?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 Classification table (CTABLE) for validation set in proc logistic in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148400#M1479</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 am running a logistic regression model in SAS base and while i am able to obtain a CTABLE for the training set , I cant seem to find how i will get it when scoring the&amp;nbsp; validation set for the validation set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is missing int he below code so i can obtain the CTABLE for the validation set and see where the optimal cut off point is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC INMODEL=MODELPARAMETERSTRAINING&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCORE DATA=VALIDATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT= VALID_SCORED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTROC=ROC_VAL ROCEPS=0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 12:00:38 GMT</pubDate>
    <dc:creator>chemicalab</dc:creator>
    <dc:date>2014-05-07T12:00:38Z</dc:date>
    <item>
      <title>Classification table (CTABLE) for validation set in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148400#M1479</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 am running a logistic regression model in SAS base and while i am able to obtain a CTABLE for the training set , I cant seem to find how i will get it when scoring the&amp;nbsp; validation set for the validation set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is missing int he below code so i can obtain the CTABLE for the validation set and see where the optimal cut off point is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC INMODEL=MODELPARAMETERSTRAINING&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCORE DATA=VALIDATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT= VALID_SCORED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTROC=ROC_VAL ROCEPS=0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 12:00:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148400#M1479</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-05-07T12:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table (CTABLE) for validation set in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148401#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chemicalab,&lt;/P&gt;&lt;P&gt;Sorry, I don't know much beyond the basics of proc logistic. I mostly use proc dmreg within Enterprise Miner.&lt;/P&gt;&lt;P&gt;Not sure how to get the option you need, but a workaround would be to use the Score statement in proc logistic to score your validation set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info about proc logistic score statement here: &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect015.htm" title="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect015.htm"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect015.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I hope it helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 14:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148401#M1480</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2014-05-08T14:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table (CTABLE) for validation set in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148402#M1481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Realised that i can do the computations by myself using the out roc, thank you for the information though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 12:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/148402#M1481</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-05-09T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Classification table (CTABLE) for validation set in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/443593#M6783</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19973"&gt;@chemicalab&lt;/a&gt;&amp;nbsp;Can you please help me with the code on how we can get the classification table for validation data. Below is my code.&lt;/P&gt;&lt;P&gt;proc logistic data=training outmodel=newsModel;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; class sex;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; model subs=sex age / link=glogit ctable outroc=d;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; score data=training out=Score2;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc logistic noprint inmodel=newsModel;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;score data=validation out=ScoredTest;&lt;BR /&gt;proc print data=ScoredTest label noobs;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 02:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Classification-table-CTABLE-for-validation-set-in-proc-logistic/m-p/443593#M6783</guid>
      <dc:creator>Cheatan_478</dc:creator>
      <dc:date>2018-03-08T02:49:27Z</dc:date>
    </item>
  </channel>
</rss>

