# NOT RUN {
require("survival")
model <- coxph( Surv(time, status) ~ sex + rx + adhere,
data = colon )
ggforest(model)
model <- coxph( Surv(time, status) ~ sex+rx, data = colon )
ggforest(model)
# }
Run the code above in your browser using DataLab