kaplanmeier
is a Python package to compute the kaplan meier curves, log-rank test, and make the plots.
⭐️ Star this repo if you like it ⭐️
pip install kaplanmeier
import kaplanmeier as km
On the documentation pages you can find detailed information about the working of the kaplanmeier
with many examples.