Dear all,
I have a questions related to the coxph model in INLA and the fitted values.
I do make use of the following code to fit the semi-parameteric Cox proportional hazards model:
surv<-inla.surv(time, delta)
survival.inla <- inla(surv ~ 1 + X,
data = data.survival, family = "coxph",
control.predictor = list(link = 1))
In my data, there are 229 observations. The dimension of survival.inla$summary.fitted.values takes another dimension, nl it has 788 rows.
Can anyone explain what the fitted values are in case of the specified coxph model?
Thanks so much
Kind regards,
Christel