# NOT RUN {
library("survival")
endpoint <- "time"
endpoint.code <- "status"
# Run Cox Regression on List of Features
features <- list(c("age", "obstruct"),
c("nodes"))
iter_get_cox_res(colon, endpoint, endpoint.code, features,
group = "rx")
# }
Run the code above in your browser using DataLab