Skip to content
Prev 76643 / 398502 Next

C-index : typical values

Thank you ! So to be absolutely sure, the C-index in my case is
  0.5 * ( 0.3634 + 1 ) = 0.6817  right ?

If the above calculation is correct then why do I get the following :

  rcorr.cens( predict(fit), Surv( GBSG$rfst, GBSG$cens ) )[ "C Index" ]
    C Index
  0.3115156

( I am aware that is a re-substitution error rate and optimistic, but
this is what led me to believe that my C-index was < 0.5 ).


Can I suggest that it is probably worth adding a sentence about the
relationship between C-index and Dxy in validate.cph or elsewhere if
this is not a widely known issue.

Thank you again.

Regards, Adai
On Fri, 2005-09-02 at 19:55 -0400, Frank E Harrell Jr wrote: