plotROCCurveRisk {survriskpred}R Documentation

Plot ROC curves.

Description

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.

Usage

plotROCCurveRisk(list)

Arguments

list

list returned by function survRiskPred.

Examples

res <- test.survRiskPredict("Pomeroy")
plotROCCurveRisk(res)

[Package survriskpred version 0.2 Index]