Re: [R] Assessing calibration of Cox model with time-dependent coefficients

2018-01-17 Thread Bert Gunter
1. Please repost in **plain text** as html can get mangled, as here (see below), on this plain text list. 2. Generally, statistical issues are off topic here. stats.stackexchange.com is one place to post such questions. Having said that, the intersection of statistics and (on topic) R coding is of

[R] Assessing calibration of Cox model with time-dependent coefficients

2018-01-17 Thread Max Shell
I am trying to find methods for testing and visualizing calibration to Cox models with time-depended coefficients. I have read this nice article . In this paper, we can fit three models: fit0 <- coxph(Surv(futime, status) ~ x1 + x2 + x3, da