# NOT RUN {
data(breastCancerSurv)
fit = eNetXplorer(x=breastCancerSurv$predictor, y=breastCancerSurv$response, family="cox",
n_run=25, n_perm_null=15, seed=111, logrank=TRUE)
plot(x=fit, plot.type="KaplanMeier")
plotKaplanMeier(x=fit, alpha.index=6, conf.int=FALSE, breaks_ptiles=c(0.333,0.667))
# }
Run the code above in your browser using DataLab