Skip to content

How to set type of censored data in coxph regression

1 message · Terry Therneau

#
The coxph function is only defined for right-censored data.  That is why you 
get an error when you include left and interval censored observations.
  
  	Terry Therneau