Gad Abraham
2018-Dec-04 02:59 UTC
[R] survival::survfit.coxph confidence vs prediction intervals r-help x
Dear list, I'm trying to understand what kind of uncertainty intervals are plotted for survival::survfit.coxph when 'conf.int=TRUE' is called, e.g.: f <- coxph(Surv(futime, fustat) ~ age, data = ovarian) s <- survfit(f, newdata=data.frame(age=c(30, 60))) plot(s, conf.int=TRUE) Are these bands the confidence intervals for the survivor function or prediction intervals? Is it possible to get prediction intervals? Regards, Gad