Charles Vesteghem
Charles Vesteghem
@pzivich Dear Paul, Thanks a lot for your addition to support competing risks. I was trying to use the Aalen Johansen estimator with lifelines. You said that this estimator does...
Thanks for the clarification (and the very fast answer). Then it's most probably less a problem in my case. The time unit I'm using is the day and I have...
Ok, Indeed, I could add "manual" shifting according to the type of event. Then I can make sure they can not be concomitant. Thanks for the advice.
That's a good idea. By the way, I was thinking it could be nice to have an option for the fitter, for example: ``` ajf = AalenJohansenFitter() ajf.fit( durations=df['durations'], event_observed=df['events'],...