This is a question regarding a project I am working on, yet is better dealt broadly.
When creating a hazard model (say coxph
) using longitudinal data with time-dependent covariates, the best case scenario is without right-censored data, yet the Cox model handles right censored data just fine. But to what extent? Obviously there is a limit, as data that is completely censored can't be constructed into a hazard frame. So my questions are two (with a conditional third):
- Is there a point in which the Cox proportional hazards model becomes inaccurate due to too many censored (right censored) events? Is an event-to-censored ratio of 1:10 problematic? What about 1:100?
- How does the previous problem changes or is answered in regards to the $N$ and/or to the number of covariates in the model?
- Finally, when there are problems - (a) how to detect them, and (b) what can be done a are there better suited models?