Skip to content
Prev 332643 / 398506 Next

How to obtain nonparametric baseline hazard estimates in the gamma frailty model?

On 11/03/2013 05:00 AM, r-help-request at r-project.org wrote:
I don't see what the problem is.

  fit1 <- coxph(Surv(time, status) ~ age + ph.ecog + frailty(inst), data=lung)
  sfit <- survfit(fit1)
  plot(sfit)


Please give an actual example of the problem.

Terry Therneau