<?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: Shade AUC in ROC Curve in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Shade-AUC-in-ROC-Curve/m-p/349790#M63773</link>
    <description>&lt;P&gt;There might be another way, but you can output the roc data (outroc = xxxx in the model statement) and then create the plot with SGPLOT and add whatever other features you want/need.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2017 16:14:57 GMT</pubDate>
    <dc:creator>collinelliot</dc:creator>
    <dc:date>2017-04-13T16:14:57Z</dc:date>
    <item>
      <title>Shade AUC in ROC Curve</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Shade-AUC-in-ROC-Curve/m-p/349785#M63772</link>
      <description>&lt;P&gt;Hello, I am trying to edit my ROC curves so that the AUC is shaded up to the reference line for each of my two comparison curves. Does anyone have a suggestion on how to? I am currently using proc logistic, and I have copied my code so far below. Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data = roc.abacab plots(only) = roc;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;model anycd = apsdptot text / scale=none clparm=wald clodds=pl rsquare;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;roc 'APSD' apsdptot;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;roc 'Externalizing T Score' text;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;roccontrast reference('APSD') / estimate e;&lt;BR /&gt;ods output rocassociation = roc_table;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8311iFBFD9FABC1A12DC8/image-size/small?v=1.0&amp;amp;px=-1" border="0" alt="Snip20170413_116.png" title="Snip20170413_116.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 15:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Shade-AUC-in-ROC-Curve/m-p/349785#M63772</guid>
      <dc:creator>mkm063</dc:creator>
      <dc:date>2017-04-13T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Shade AUC in ROC Curve</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Shade-AUC-in-ROC-Curve/m-p/349790#M63773</link>
      <description>&lt;P&gt;There might be another way, but you can output the roc data (outroc = xxxx in the model statement) and then create the plot with SGPLOT and add whatever other features you want/need.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 16:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Shade-AUC-in-ROC-Curve/m-p/349790#M63773</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-04-13T16:14:57Z</dc:date>
    </item>
  </channel>
</rss>

