When I use summary()
for a survfit
object, I get a nice data.frame with columns for
time n.risk n.event survival std.err lower 95% CI upper 95% CI
But summary()
on a coxph
object gives a different result. I realize functions work differently on different object classes, but is there a command that works on coxph
in a similar way that summary()
works on survfit
? I haven't been able to find answers so far in the documentation.
Thanks! Tom