<?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 ROC and AUC in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-and-AUC/m-p/959843#M48071</link>
    <description>&lt;P&gt;Suppose I have time to event data for 100 subjects, with event indicator (1=Event, 0=Censored) and a Time variable (maximum follow-up of 2 years).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have a risk score for each of the subject and&amp;nbsp; I'd like to generate time-dependent ROC and get the AUC at time = 2 years.&lt;/P&gt;
&lt;P&gt;However, all of the events happened within the first year and no events between 1-2. With the below code, SAS is only generating AUC up to 1 year.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc phreg data=Indat concordance plots=roc rocoptions(at=2) ;&lt;BR /&gt;model TIME*EVENT(0)=HM3RS;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It gives a warning that say "you have chosen At= time greater than the maximum observed. " Can someone help me to understand this? I thought for Cumulative/Dynamic ROC, everything before 2 years can be taken into account, even though there is no event between 1-2 year.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 21:38:47 GMT</pubDate>
    <dc:creator>CHELS</dc:creator>
    <dc:date>2025-02-20T21:38:47Z</dc:date>
    <item>
      <title>ROC and AUC</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-and-AUC/m-p/959843#M48071</link>
      <description>&lt;P&gt;Suppose I have time to event data for 100 subjects, with event indicator (1=Event, 0=Censored) and a Time variable (maximum follow-up of 2 years).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have a risk score for each of the subject and&amp;nbsp; I'd like to generate time-dependent ROC and get the AUC at time = 2 years.&lt;/P&gt;
&lt;P&gt;However, all of the events happened within the first year and no events between 1-2. With the below code, SAS is only generating AUC up to 1 year.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc phreg data=Indat concordance plots=roc rocoptions(at=2) ;&lt;BR /&gt;model TIME*EVENT(0)=HM3RS;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It gives a warning that say "you have chosen At= time greater than the maximum observed. " Can someone help me to understand this? I thought for Cumulative/Dynamic ROC, everything before 2 years can be taken into account, even though there is no event between 1-2 year.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 21:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-and-AUC/m-p/959843#M48071</guid>
      <dc:creator>CHELS</dc:creator>
      <dc:date>2025-02-20T21:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: ROC and AUC</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-and-AUC/m-p/959863#M48073</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Values for AT= option should be between minimum and maximum observed time!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paper SAS462-2017 &lt;BR /&gt;Evaluating Predictive Accuracy of Survival Models with PROC PHREG &lt;BR /&gt;Changbin Guo, Ying So, and Woosung Jang, SAS Institute Inc.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0462-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0462-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 23:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-and-AUC/m-p/959863#M48073</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-02-20T23:14:29Z</dc:date>
    </item>
  </channel>
</rss>

