<?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: Comparison between AUC-ROC Curves - Hypothesis test in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741595#M80557</link>
    <description>&lt;P&gt;For the used data yes, but I'd like to test it in generical terms and also to check the p-value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sat, 15 May 2021 03:36:18 GMT</pubDate>
    <dc:creator>claudiopcjr</dc:creator>
    <dc:date>2021-05-15T03:36:18Z</dc:date>
    <item>
      <title>Comparison between AUC-ROC Curves - Hypothesis test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741559#M80554</link>
      <description>&lt;P&gt;Hi everyone, I'm running tests to generate comparisions between ROC curves using the PROC LOGISTIC procedure as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc logistic data=DATA_CASE_STUDY_ING;
model intodefault = mrating / outroc=troc;
roc; roccontrast;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The date 'have' has the column 'defaulted' identifying the customers that presented default (with value 1) or didn't (with value 0) and the column 'rating' that ranks the customers from worst to the better ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main result for me on this procedure is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="claudiopcjr_0-1621025294927.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59456iF96E8790970035EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="claudiopcjr_0-1621025294927.png" alt="claudiopcjr_0-1621025294927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By default the ROC1 curve, generated for comparision, has a ROC value of 0.5.&lt;/P&gt;&lt;P&gt;Does anyone know how to change it ? It would be the same as changing the null hypothesis for this test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to test it for 0.6, 0.7 and 0.8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 20:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741559#M80554</guid>
      <dc:creator>claudiopcjr</dc:creator>
      <dc:date>2021-05-14T20:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between AUC-ROC Curves - Hypothesis test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741565#M80555</link>
      <description>&lt;P&gt;Does not the confidence interval give you that test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0.6 is not in the confidence interval, so the area under the curve is statistically different than 0.6.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 21:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741565#M80555</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-05-14T21:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between AUC-ROC Curves - Hypothesis test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741595#M80557</link>
      <description>&lt;P&gt;For the used data yes, but I'd like to test it in generical terms and also to check the p-value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2021 03:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741595#M80557</guid>
      <dc:creator>claudiopcjr</dc:creator>
      <dc:date>2021-05-15T03:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between AUC-ROC Curves - Hypothesis test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741628#M80560</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223812"&gt;@claudiopcjr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;For the used data yes, but I'd like to test it in generical terms and also to check the p-value.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Give an example. It seems to me that the solution to use the confidence interval reported by PROC LOGISTIC is perfectly generic, it applies to all situations and all data sets and any value (0.5, 0.6, 0.7, ...) that you wish to test it against.&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2021 10:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/741628#M80560</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-05-15T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between AUC-ROC Curves - Hypothesis test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/742772#M80573</link>
      <description>&lt;P&gt;And to follow up on what &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;was saying about an interval, it doesn't depend on the unrealistic assumption that the underlying population values are identical, which is what the hypothesis test p value assumes.&amp;nbsp; You know&amp;nbsp;&lt;EM&gt;a priori&lt;/EM&gt; that they are not identical, and so whatever p value comes out, it isn't "correct", and you don't know how far away from correct the p value is (or else you could apply some non-central correction).&amp;nbsp; For some things (say a binomial underlying variable), it isn't even a smooth curve as you move away from identical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Thanks and a tip of the hat to my Math Stat prof Dr. Norm Matloff)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 19:23:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparison-between-AUC-ROC-Curves-Hypothesis-test/m-p/742772#M80573</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-05-20T19:23:13Z</dc:date>
    </item>
  </channel>
</rss>

