<?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 curves comparison of the AUC's in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/623448#M30028</link>
    <description>&lt;P&gt;It looks like you are missing a single quotation mark (') in the ROCCONTRAST statement.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Feb 2020 21:09:28 GMT</pubDate>
    <dc:creator>Norman21</dc:creator>
    <dc:date>2020-02-09T21:09:28Z</dc:date>
    <item>
      <title>ROC curves comparison of the AUC's</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/622058#M29966</link>
      <description>&lt;P&gt;I hope you can help me. I cant figure it out..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested the diagnostic ability of four different biomerkers in obese and in non-obese patients using ROC curves and AUC's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to&amp;nbsp;compare the diagnostic value of each biomarker, respectively, in obese&amp;nbsp;vs no-obese patients.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used this code, when comparing the diagnostic value of the biomarkers in obese and non-obese, respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=xxxxxxxx plots(only)=roc&amp;nbsp; rocoptions(id=prob) ;&lt;/P&gt;&lt;P&gt;class nygroup (ref="0") obesity ;&lt;/P&gt;&lt;P&gt;model nygroup (event='1') = obesity&amp;nbsp;biomarker1&amp;nbsp;biomarker2&amp;nbsp;biomarker3&amp;nbsp; biomarker4/nofit outroc=roc;&lt;/P&gt;&lt;P&gt;by obesity;&lt;/P&gt;&lt;P&gt;roc&amp;nbsp; 'Biomarker1'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Biomarker1 ;&lt;/P&gt;&lt;P&gt;roc&amp;nbsp; 'Biomarker2'&amp;nbsp;&amp;nbsp;&amp;nbsp; Biomarker2;&lt;/P&gt;&lt;P&gt;roc 'Biomarker3'&amp;nbsp; Biomarker3;&lt;/P&gt;&lt;P&gt;roc 'Biomarker4'&amp;nbsp; Biomarker4;&lt;/P&gt;&lt;P&gt;ROCCONTRAST reference('Biomarker1) / estimate e ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 21:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/622058#M29966</guid>
      <dc:creator>FGAB</dc:creator>
      <dc:date>2020-02-03T21:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves comparison of the AUC's</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/623448#M30028</link>
      <description>&lt;P&gt;It looks like you are missing a single quotation mark (') in the ROCCONTRAST statement.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2020 21:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/623448#M30028</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2020-02-09T21:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves comparison of the AUC's</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/625380#M30100</link>
      <description>&lt;P&gt;If you have two sets of independent subjects, obese and non-obese, then you can fit separate curves for those two groups and compare the independent ROC curves. To fit the separate curves, specify your OBESE predictor in a BY statement rather than in the CLASS and MODEL statements (also, you should avoid specifying the response in the CLASS statement - it is unnecessary). Then use the method discussed in &lt;A href="http://support.sas.com/kb/45339" target="_self"&gt;this note&lt;/A&gt; to compare the ROC curves of the independent groups.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 18:31:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-comparison-of-the-AUC-s/m-p/625380#M30100</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-02-17T18:31:30Z</dc:date>
    </item>
  </channel>
</rss>

