Skip to content
Prev 179298 / 398506 Next

Cox Proportional Hazard with missing covariate data

Hi,

In fact, you have left-truncated observations.

What timescale do you use, time 0 is the
study entry, or when the wear-part has been used for the
first time?

If it is the latter, you can specify the "age" of the wear part
at study entry in Surv(). For example, if a wear part has been
used for 5 years before study entry, and "dies" 2 years after,
the data will look like that:
start stop status
     5    7      1

Hope this helps,
Arthur Allignol
Philipp Rappold wrote: