# NOT RUN {
data(breastCancerSurv)
fit = eNetXplorer(x=breastCancerSurv$predictor, y=breastCancerSurv$response, family="cox",
n_run=25, n_perm_null=15, seed=111, survAUC=TRUE, survAUC_time=c(1,5)*365)
plot(x=fit, plot.type="survROC", survAUC_time=c(1,5)*365, status0="censored", status1="deaths")
# }
Run the code above in your browser using DataLab