erdogant / kaplanmeier

kaplanmeier is an python library to create survival curves using kaplan-meier, and compute the log-rank test.

Home Page:https://erdogant.github.io/kaplanmeier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaplanmeier

Python PyPI Version License Github Forks GitHub Open Issues Project Status Downloads Downloads Sphinx

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 ⭐️

Install kaplanmeier from PyPI

pip install kaplanmeier

Import kaplanmeier package

import kaplanmeier as km

On the documentation pages you can find detailed information about the working of the kaplanmeier with many examples.


Examples


Maintainer

  • Erdogan Taskesen, github: erdogant
  • Contributions are welcome.
  • If you wish to buy me a Coffee for this work, it is very appreciated :)

About

kaplanmeier is an python library to create survival curves using kaplan-meier, and compute the log-rank test.

https://erdogant.github.io/kaplanmeier

License:MIT License


Languages

Language:Python 93.3%Language:Shell 6.7%