<?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: Concordance index for Competing risks (PROC PHREG) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/952878#M47681</link>
    <description>&lt;P&gt;There is a paper on the concordance statistic for competing risks models: &lt;A href="https://academic.oup.com/biostatistics/article/15/3/526/223919?login=false" target="_blank"&gt;Concordance for prognostic models with competing risks | Biostatistics | Oxford Academic&lt;/A&gt;. The authors themselves provided R code in the supplemental material of the paper: &lt;A href="https://oup.silverchair-cdn.com/oup/backfile/Content_public/Journal/biostatistics/15/3/10.1093/biostatistics/kxt059/2/kxt059-kxt059supp_data.pdf?Expires=1736664733&amp;amp;Signature=LFooDEOOVdZNqoulZcTZHMQu1NGZFIJpyyv4QXhX9zZNi6RWBz2HEUY-MlcFLmvCZpjlqbRh7wyu78xN-Hxlf1Ga1mk0TyhEfCA3jGUcp9eVgxer9O3D58Akudyojk2fEqAXP8ga6Yc8HS13G3gTTs045t08IthqI1ReCXWilF3~91DCZ5As5rKgzohtwOwMQ3EKaLRtuiOCpl2gGq1234UFIpbGyUzh9VgMVvESPeYX-4mBojlzj7AdtivPI0NBMm3sn2~nfZist7M3E8Rh1dg5Su7b~Vu~HD-yzG8iU8z9vxeP6uUzdLpWnScaCzhbPe4Ta990iajPhGcbXrsGpg__&amp;amp;Key-Pair-Id=APKAIE5G5CRDK6RD3PGA" target="_blank" rel="noopener"&gt;Supplementary material to “Concordance for prognostic models with competing risks”&lt;/A&gt;. Another person has also developed an R package for this calculation based upon the paper mentioned above: &lt;A href="https://search.r-project.org/CRAN/refmans/SurvMetrics/html/CindexCR.html" target="_blank"&gt;R: Concordance index in the Presence of Competing Risks&lt;/A&gt;. An issue to note is that independence of observations was assumed in the paper. Therefore, this method is not applicable in the analysis of clustered data with competing risks.&lt;/P&gt;</description>
    <pubDate>Sun, 08 Dec 2024 06:59:20 GMT</pubDate>
    <dc:creator>Season</dc:creator>
    <dc:date>2024-12-08T06:59:20Z</dc:date>
    <item>
      <title>Concordance index for Competing risks (PROC PHREG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/439055#M23144</link>
      <description>&lt;P&gt;I am&amp;nbsp;fitting a Fine and Gray regression model to competing risks data. I am trying to compute the time-dependent AUC for this model, but the "plots=auc rocoptions(method=ipcw(cl seed=1234))" option does not work. I get the note "Neither concordance nor ROC analysis is performed when the EVENTCODE option in the MODEL statement is specified". However, I need that option to specify fitting a Fine and Gray regression. The data is coded as having Status 0 if censored, 1 if experience the event of interest, 2 if they experience the competing event. Here is my SAS code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=train plots=auc rocoptions(method=ipcw(cl seed=1234));
class X1 X2;
model Time*Status(0)=X1 X2/eventcode=1;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions for how I can obtain the concordance index from a Fine and Gray regression model? Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 19:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/439055#M23144</guid>
      <dc:creator>ks17</dc:creator>
      <dc:date>2018-02-21T19:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Concordance index for Competing risks (PROC PHREG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/460835#M24065</link>
      <description>&lt;P&gt;Did you ever find a solution to this?&amp;nbsp; We are having the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 20:18:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/460835#M24065</guid>
      <dc:creator>k-san</dc:creator>
      <dc:date>2018-05-08T20:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Concordance index for Competing risks (PROC PHREG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/460851#M24066</link>
      <description>&lt;P&gt;I emailed one of the authors of&amp;nbsp;&lt;SPAN&gt;"Analyzing Survival Data with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="il"&gt;Competing&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Risks using&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="il"&gt;SAS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Software" in February 2018. They were quick to respond and said that the AUC and time dependent ROC method (using the IPCW) could be carried over to the Fine-Gray model, but that it was not yet available in PHREG and that it would be a future project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For now, I am using the FGR function in the riskRegression package in R (&lt;A href="https://cran.r-project.org/web/packages/riskRegression/riskRegression.pdf" target="_blank"&gt;https://cran.r-project.org/web/packages/riskRegression/riskRegression.pdf&lt;/A&gt;) for the Fine-Gray model, and the timeROC package in R to get the time-dependent AUC.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 20:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/460851#M24066</guid>
      <dc:creator>ks17</dc:creator>
      <dc:date>2018-05-08T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Concordance index for Competing risks (PROC PHREG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/523184#M26532</link>
      <description>&lt;P&gt;I used cause specific model, and created AUC at different time point, it works.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;phreg&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;train plots&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;auc rocoptions&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;method&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;ipcw&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;cl seed&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;1234&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token statement"&gt;class&lt;/SPAN&gt; X1 X2&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token procnames"&gt;model&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Time&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;*&lt;/SPAN&gt;Status&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;0, 2&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;X1 X2&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 20:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/523184#M26532</guid>
      <dc:creator>Bowen2006</dc:creator>
      <dc:date>2018-12-21T20:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concordance index for Competing risks (PROC PHREG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/769089#M37611</link>
      <description>It is not a Fine and Gray model, so it works</description>
      <pubDate>Wed, 22 Sep 2021 10:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/769089#M37611</guid>
      <dc:creator>FP_Italy</dc:creator>
      <dc:date>2021-09-22T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concordance index for Competing risks (PROC PHREG)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/952878#M47681</link>
      <description>&lt;P&gt;There is a paper on the concordance statistic for competing risks models: &lt;A href="https://academic.oup.com/biostatistics/article/15/3/526/223919?login=false" target="_blank"&gt;Concordance for prognostic models with competing risks | Biostatistics | Oxford Academic&lt;/A&gt;. The authors themselves provided R code in the supplemental material of the paper: &lt;A href="https://oup.silverchair-cdn.com/oup/backfile/Content_public/Journal/biostatistics/15/3/10.1093/biostatistics/kxt059/2/kxt059-kxt059supp_data.pdf?Expires=1736664733&amp;amp;Signature=LFooDEOOVdZNqoulZcTZHMQu1NGZFIJpyyv4QXhX9zZNi6RWBz2HEUY-MlcFLmvCZpjlqbRh7wyu78xN-Hxlf1Ga1mk0TyhEfCA3jGUcp9eVgxer9O3D58Akudyojk2fEqAXP8ga6Yc8HS13G3gTTs045t08IthqI1ReCXWilF3~91DCZ5As5rKgzohtwOwMQ3EKaLRtuiOCpl2gGq1234UFIpbGyUzh9VgMVvESPeYX-4mBojlzj7AdtivPI0NBMm3sn2~nfZist7M3E8Rh1dg5Su7b~Vu~HD-yzG8iU8z9vxeP6uUzdLpWnScaCzhbPe4Ta990iajPhGcbXrsGpg__&amp;amp;Key-Pair-Id=APKAIE5G5CRDK6RD3PGA" target="_blank" rel="noopener"&gt;Supplementary material to “Concordance for prognostic models with competing risks”&lt;/A&gt;. Another person has also developed an R package for this calculation based upon the paper mentioned above: &lt;A href="https://search.r-project.org/CRAN/refmans/SurvMetrics/html/CindexCR.html" target="_blank"&gt;R: Concordance index in the Presence of Competing Risks&lt;/A&gt;. An issue to note is that independence of observations was assumed in the paper. Therefore, this method is not applicable in the analysis of clustered data with competing risks.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 06:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Concordance-index-for-Competing-risks-PROC-PHREG/m-p/952878#M47681</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-12-08T06:59:20Z</dc:date>
    </item>
  </channel>
</rss>

