<?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 How to generate a C-index from  the Cox proportional hazard regression model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739232#M35920</link>
    <description>&lt;P&gt;I am developing a risk model for a binary outcome cardiovescular disase (Yes/No) using all the betas that generated from a multivariable Cox proportional hazard regression model. The nest step that I need to do to generate a C-index from the multivariable model. Does anyone know how to do it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my code:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc phreg data = RS;&lt;BR /&gt;class Age_C Race BMI_C LVEF_C SBP ;&lt;BR /&gt;model CAD(0) = Age_C Race BMI_C LVEF_C SBP /rl;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 05 May 2021 15:25:37 GMT</pubDate>
    <dc:creator>Denali</dc:creator>
    <dc:date>2021-05-05T15:25:37Z</dc:date>
    <item>
      <title>How to generate a C-index from  the Cox proportional hazard regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739232#M35920</link>
      <description>&lt;P&gt;I am developing a risk model for a binary outcome cardiovescular disase (Yes/No) using all the betas that generated from a multivariable Cox proportional hazard regression model. The nest step that I need to do to generate a C-index from the multivariable model. Does anyone know how to do it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my code:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc phreg data = RS;&lt;BR /&gt;class Age_C Race BMI_C LVEF_C SBP ;&lt;BR /&gt;model CAD(0) = Age_C Race BMI_C LVEF_C SBP /rl;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 15:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739232#M35920</guid>
      <dc:creator>Denali</dc:creator>
      <dc:date>2021-05-05T15:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a C-index from  the Cox proportional hazard regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739247#M35921</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I guess with the C-index you mean the&amp;nbsp;concordance index, c, as given by PROC LOGISTIC for a binary response?&lt;/P&gt;
&lt;P&gt;That&amp;nbsp;concordance index, c, in the "Association of Predicted Probabilities and Observed Responses" table is in fact&amp;nbsp;the area under the ROC curve.&lt;/P&gt;
&lt;P&gt;From your question I understand this value is not given by PROC PHREG. Correct? (I do not know by heart.)&lt;/P&gt;
&lt;P&gt;To get the c-index I think you can do a PROC LOGISTIC with the same target variable and as an input (only input) the estimated probabilities of PROC PHREG.&lt;/P&gt;
&lt;P&gt;Make sure you are modelling the same target level in both PROC PHREG and PROC LOGISTIC!!&lt;/P&gt;
&lt;P&gt;Next time it would be better to post your question in the 'Statistical Procedures' board under Analytics. You will get faster response.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 16:08:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739247#M35921</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-05T16:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a C-index from  the Cox proportional hazard regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739288#M35923</link>
      <description>&lt;P&gt;Check the documentation for the PROC PHREG statement where you will see a CONCORDANCE option:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_phreg_syntax01.htm#statug.phreg.phrprocconcordance" target="_blank"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_phreg_syntax01.htm#statug.phreg.phrprocconcordance&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need a relatively current release of SAS to access the CONCORDANCE option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 17:39:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739288#M35923</guid>
      <dc:creator>OsoGris</dc:creator>
      <dc:date>2021-05-05T17:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a C-index from  the Cox proportional hazard regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739309#M35924</link>
      <description>&lt;P&gt;Many questions on availability of statistics, like this one, are answered in the list of Frequently Asked-for Statistics (FASTats) in the Important Links section of the Statistical Procedures Community page.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 18:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-a-C-index-from-the-Cox-proportional-hazard/m-p/739309#M35924</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-05-05T18:48:17Z</dc:date>
    </item>
  </channel>
</rss>

