Nick DeVito

Results 2 issues of Nick DeVito

``` aj = AalenJohansenFitter() aj.fit(T, E, event_of_interest=1) aj.plot(show_censors=True) ``` The above code returns a `NotImplementedError` but from the looks of [the documentation](https://lifelines.readthedocs.io/en/latest/fitters/univariate/AalenJohansenFitter.html), this should work. Edit: Should note, I'm on...

Looked over the docs but couldn't see if there was a way to force a plot to show all possible combinations including those with 0 intersections between the sets?