jkropko / coxed

Duration-Based Quantities of Interest and Simulation Methods for the Cox Proportional Hazards Model
23 stars 6 forks source link

Draw censoring from independent draw from hazard #13

Open jkropko opened 3 years ago

jkropko commented 3 years ago

create a hazard function for censoring time AND a hazard function for survival time, then create the observed duration as min(survival, censoring). See the second paragraph on page 1 here. I think we would want to use another draw from the same hazard function to do that. That would give us non-informative censoring from conditional independence of the survival time and censoring time, given the covariates.