plotROCCurveRisk {survriskpred} | R Documentation |
This function plots the ROC curves at a specified landmark time using the Nearest Neighbor Estimation (NNE) method of Heagerty, Lumley and Pepe, 2000. If no covariates are provided, only the ROC curve with the model considering gene expression only will be plotted. If any covariates are provided, two ROC curves with models considering gene expression only and considering both gene expression and covariates will be given.
plotROCCurveRisk(list)
list |
list returned by function |
res <- test.survRiskPredict("Pomeroy") plotROCCurveRisk(res)