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

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to