<?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 calculate p value for ROC AUC by subgroups in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/calculate-p-value-for-ROC-AUC-by-subgroups/m-p/908338#M45084</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;0&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm trying to see if there is a statistically significant difference in ROC AUC by subgroups in SAS. I can't use roccontrast because I only have one model. Here is my codes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; proc logistic data=data plots(only)=roc;
         by Race;
         model htn (event='1') = bmi ;
         ods output roccurve=ROCdata;
         run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Race has 4 categories: hispanic, black, white and other&lt;/P&gt;&lt;P&gt;I tried roccontrast, didn't work. I would really appreciate any guidance on this!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 15 Dec 2023 18:45:03 GMT</pubDate>
    <dc:creator>JJ27</dc:creator>
    <dc:date>2023-12-15T18:45:03Z</dc:date>
    <item>
      <title>calculate p value for ROC AUC by subgroups</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/calculate-p-value-for-ROC-AUC-by-subgroups/m-p/908338#M45084</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;0&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm trying to see if there is a statistically significant difference in ROC AUC by subgroups in SAS. I can't use roccontrast because I only have one model. Here is my codes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; proc logistic data=data plots(only)=roc;
         by Race;
         model htn (event='1') = bmi ;
         ods output roccurve=ROCdata;
         run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Race has 4 categories: hispanic, black, white and other&lt;/P&gt;&lt;P&gt;I tried roccontrast, didn't work. I would really appreciate any guidance on this!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Dec 2023 18:45:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/calculate-p-value-for-ROC-AUC-by-subgroups/m-p/908338#M45084</guid>
      <dc:creator>JJ27</dc:creator>
      <dc:date>2023-12-15T18:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: calculate p value for ROC AUC by subgroups</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/calculate-p-value-for-ROC-AUC-by-subgroups/m-p/908402#M45088</link>
      <description>&lt;P&gt;See &lt;A href="http://support.sas.com/kb/45339" target="_self"&gt;this note&lt;/A&gt;. When you are looking for a particular statistic in SAS, check the list of Frequently Asked-for Statistics (FASTats) in the Important Links section of the Statistical Procedures Community page.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 21:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/calculate-p-value-for-ROC-AUC-by-subgroups/m-p/908402#M45088</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-12-15T21:10:15Z</dc:date>
    </item>
  </channel>
</rss>

