<?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: ROC Table with Cutpoints in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397421#M278027</link>
    <description>&lt;PRE&gt;
Hi . You can search these options at support.sas.com   and you will find the answer.


proc logistic data=sashelp.class;
model sex=height weight  /outroc = rocscore ctable pprob=(0.8 0.7 0.6 0.5 0.4);
run;


&lt;/PRE&gt;</description>
    <pubDate>Wed, 20 Sep 2017 12:53:47 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-09-20T12:53:47Z</dc:date>
    <item>
      <title>ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/395332#M278019</link>
      <description>&lt;P&gt;I have successfully created a SAS ROC Plot and have obtained the charted output. See attached picture. However, I am trying to obtain a table identical to how STATA will output its table (See 2nd attached picture). Can anyone help guide me into how I can get SAS to output cut-points?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-09-12 at 5.48.07 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15076i50F3D9F9C82839C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-09-12 at 5.48.07 PM.png" alt="Screen Shot 2017-09-12 at 5.48.07 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-09-12 at 5.48.39 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15077iDC036F20A34D077E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-09-12 at 5.48.39 PM.png" alt="Screen Shot 2017-09-12 at 5.48.39 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 22:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/395332#M278019</guid>
      <dc:creator>rmiller70</dc:creator>
      <dc:date>2017-09-12T22:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/395389#M278020</link>
      <description>&lt;P&gt;Can you show your code so far? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A good start may be in the ROCOPTIONS part of the&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect004.htm#statug.logistic.logisticrocoptions" target="_self"&gt;PROC LOGISTIC Documentation&lt;/A&gt;&amp;nbsp;specifying ID=PROB&amp;nbsp;|&amp;nbsp;CUTPOINT.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 05:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/395389#M278020</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-09-13T05:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/395526#M278022</link>
      <description>&lt;P&gt;Check model option &amp;nbsp; CTABLE,&amp;nbsp;PPROB&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 13:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/395526#M278022</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-13T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/396001#M278023</link>
      <description>&lt;P&gt;My code for this model is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=test.n;&lt;/P&gt;&lt;P&gt;model yes (ref = first) = score /outroc = rocscore;&lt;/P&gt;&lt;P&gt;roc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 16:21:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/396001#M278023</guid>
      <dc:creator>rmiller70</dc:creator>
      <dc:date>2017-09-14T16:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/396002#M278024</link>
      <description>&lt;P&gt;Can you assist with adding these model options into the following code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=test.n;&lt;/P&gt;&lt;P&gt;model yes (ref = first) = score /outroc = rocscore;&lt;/P&gt;&lt;P&gt;roc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**I tried adding each after the rocscore but it wouldn't run properly.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 16:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/396002#M278024</guid>
      <dc:creator>rmiller70</dc:creator>
      <dc:date>2017-09-14T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397255#M278025</link>
      <description>&lt;P&gt;I added my code below, do you have any suggestions? Thanks so much for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 20:36:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397255#M278025</guid>
      <dc:creator>rmiller70</dc:creator>
      <dc:date>2017-09-19T20:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397256#M278026</link>
      <description>&lt;P&gt;How do I add those options onto the code that I have pasted? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 20:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397256#M278026</guid>
      <dc:creator>rmiller70</dc:creator>
      <dc:date>2017-09-19T20:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Table with Cutpoints</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397421#M278027</link>
      <description>&lt;PRE&gt;
Hi . You can search these options at support.sas.com   and you will find the answer.


proc logistic data=sashelp.class;
model sex=height weight  /outroc = rocscore ctable pprob=(0.8 0.7 0.6 0.5 0.4);
run;


&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:53:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ROC-Table-with-Cutpoints/m-p/397421#M278027</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-20T12:53:47Z</dc:date>
    </item>
  </channel>
</rss>

