C.index: C.index

View source: R/ROCSI.R

C.indexR Documentation

C.index

Description

Empirical c-index estimate

Usage

C.index(yvar, score, censorvar, data)

Arguments

yvar

column name for observed time

score

column name for marker value

censorvar

column name for censor (1 is event, 0 is censored)

data

input data matrix

Details

Function for c-index when input is X and Y.

Value

a numeric value of empirical estimation of c-index

Examples

# no run

ROCSI documentation built on Aug. 24, 2022, 5:05 p.m.

Related to C.index in ROCSI...