On 19/10/2012 18:15, Terry Therneau wrote:
I have a suggested addition to termplot.
We have a local mod that is used whenever none of the termplot options
is quite right. It is used here almost daily for Cox models in order to
put the y axis on a risk scale:
fit <- coxph(Surv(time, status)
I have a suggested addition to termplot.
We have a local mod that is used whenever none of the termplot options is quite right. It
is used here almost daily for Cox models in order to put the y axis on a risk scale:
fit <- coxph(Surv(time, status) ~ ph.ecog + pspline(age), data=lung)
zz <