if censor_time < time, event is change to 0, otherwise not changed
censor_event(censor_time, time, event)censor_time(censor_time, time)
censored time or event
the time to censor
the time variable where the censor_time is applied
the variable with the event. It can be initialized in the call with a value for all times.
censor_time(): Censor time
if censor_time < time, time is changed to censor_time, otherwise no change
Be careful and do not overwrite the time variable with the censor time variable to not loose track of the events