<?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 PROC LOGISTIC (ROC statement) - why Wald 95% CI with Mann-Whitney AUCs? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17726#M508</link>
    <description>I am relatively new to working with ROC curves and associated AUC statistic, thus had a question regarding the output from PROC LOGISTIC when you use the ROC statement.&lt;BR /&gt;
&lt;BR /&gt;
 I understand that the AUC is equivalent to the result obtained with Mann-Whitney test. &lt;BR /&gt;
&lt;BR /&gt;
However if Mann-Whitney is a nonparametric test, how can it be associated with a Wald 95% CI's? I thought that Wald assumed an approximate normal distribution? I suspect this is related to the central limit theorem, however the ROC results show that Mann-Whitney is the overall header for the AUC, the Wald SE, and the Wald 95% CI. Is it that the Mann-Whitney is used to calculate the AUC, however a normal distribution is assumed to calculate a Wald SE. &lt;BR /&gt;
&lt;BR /&gt;
How would this be reported in a journal paper? "AUC were calculated using Mann-Whitney statistic with associated Wald 95% confidence intervals."&lt;BR /&gt;
&lt;BR /&gt;
thank you for the advice and assistance,&lt;BR /&gt;
- mike</description>
    <pubDate>Fri, 15 Oct 2010 21:37:38 GMT</pubDate>
    <dc:creator>penlight</dc:creator>
    <dc:date>2010-10-15T21:37:38Z</dc:date>
    <item>
      <title>PROC LOGISTIC (ROC statement) - why Wald 95% CI with Mann-Whitney AUCs?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17726#M508</link>
      <description>I am relatively new to working with ROC curves and associated AUC statistic, thus had a question regarding the output from PROC LOGISTIC when you use the ROC statement.&lt;BR /&gt;
&lt;BR /&gt;
 I understand that the AUC is equivalent to the result obtained with Mann-Whitney test. &lt;BR /&gt;
&lt;BR /&gt;
However if Mann-Whitney is a nonparametric test, how can it be associated with a Wald 95% CI's? I thought that Wald assumed an approximate normal distribution? I suspect this is related to the central limit theorem, however the ROC results show that Mann-Whitney is the overall header for the AUC, the Wald SE, and the Wald 95% CI. Is it that the Mann-Whitney is used to calculate the AUC, however a normal distribution is assumed to calculate a Wald SE. &lt;BR /&gt;
&lt;BR /&gt;
How would this be reported in a journal paper? "AUC were calculated using Mann-Whitney statistic with associated Wald 95% confidence intervals."&lt;BR /&gt;
&lt;BR /&gt;
thank you for the advice and assistance,&lt;BR /&gt;
- mike</description>
      <pubDate>Fri, 15 Oct 2010 21:37:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17726#M508</guid>
      <dc:creator>penlight</dc:creator>
      <dc:date>2010-10-15T21:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC (ROC statement) - why Wald 95% CI with Mann-Whitney AUCs?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17727#M509</link>
      <description>Hello PenLight,&lt;BR /&gt;
&lt;BR /&gt;
As far as I know PROC LOGISTIC produces AUC (c-stat) without confidence intervals. There is a book by Mithat Gohen "Analyzing Receiver Operating Curves with SAS" which contains all aspects of AUC calcultion with SAS. In partucular, the author suggests using PROC FREQ to calulcate AUC with confidence intervals using Somer's D statictics:&lt;BR /&gt;
&lt;BR /&gt;
proc freq data=&lt;YOUR data="https://communities.sas.com/"&gt;;&lt;BR /&gt;
   table target*predictor / noprint measures;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Sincerely, SPR&lt;/YOUR&gt;</description>
      <pubDate>Mon, 18 Oct 2010 20:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17727#M509</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-10-18T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC (ROC statement) - why Wald 95% CI with Mann-Whitney AUCs?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17728#M510</link>
      <description>As noted in the LOGISTIC documentation:&lt;BR /&gt;
&lt;BR /&gt;
"Asymptotic normality of the estimated area follows from U-statistic theory..."&lt;BR /&gt;
&lt;BR /&gt;
See the "Details: Receiver Operating Characteristic Curves: ROC Computations" section of the LOGISTIC documentation:&lt;BR /&gt;
   &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/logistic_toc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/logistic_toc.htm&lt;/A&gt;</description>
      <pubDate>Tue, 26 Oct 2010 19:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-ROC-statement-why-Wald-95-CI-with-Mann-Whitney/m-p/17728#M510</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2010-10-26T19:11:16Z</dc:date>
    </item>
  </channel>
</rss>

