Learn R Programming

survJamda (version 1.1.4)

plotROC: Plot ROC curves related to different time points.

Description

Plot time-dependent AUC based on different survival time points.

Arguments

test.ind
Index of testing set.

all.surv
Vector of combined survival times.
all.censor
Vector of combined censoring status. In the censoring status vector, 1 = event occurred, 0 = censored.
lp
Vector of linear predictor scores or markers. lp is the sum of gene expression values weighted by the Cox coefficients.
file.name
Vector of character strings containing the names of expression files.
col
Color of ROC curve.
normalization
The normalization method, Z-score2, Z-score1 or ComBat.
time.dep
An integer 0 or 1, 1 to plot time-dependent ROC curves for different time points and 0 for no plot

Value

None.

Warning

This function is not called by the user directly.