预测模型校准R

时间:2019-12-08 23:38:32

标签: r prediction calibration

我构思了以下预测模型:

fit4 <- coxph(Surv(age, CARDIO)~tmtVHC + alc + hdl , data = coinf, x=T, y=T)
fit_c <- fit4

我正在尝试通过校准方法检查此模型的性能

calPlot(fit_c, time = 60, data=coinf, method = "quantile",q=5, xlim = c(0,1), ylim = c(0,1))

我遇到此错误:

Error in na.fail.default(list(`Surv(age, CARDIO)` = c(43, 31, 35, 50, 
:    missing values in object

如有必要,我将提供更多代码

欢迎一些启发,

预先感谢

0 个答案:

没有答案