Kaplanmeier
kaplanmeier is an python library to create survival curves using kaplan-meier, and compute the log-rank test.
Install / Use
/learn @erdogant/KaplanmeierREADME
kaplanmeier
<!---[](https://www.buymeacoffee.com/erdogant)--> <!---[](https://erdogant.github.io/donate/?currency=USD&amount=5)-->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
Documentation pages
On the documentation pages you can find detailed information about the working of the kaplanmeier with many examples.
Examples
<p align="left"> <a href="https://erdogant.github.io/kaplanmeier/pages/html/Examples.html"> <img src="https://github.com/erdogant/kaplanmeier/blob/master/docs/figs/fig2.png" width="600" /> </a> </p> <p align="left"> <a href="https://erdogant.github.io/kaplanmeier/pages/html/Examples.html#custom-colormap"> <img src="https://github.com/erdogant/kaplanmeier/blob/master/docs/figs/fig1.png" width="600" /> </a> </p> <p align="left"> <a href="https://erdogant.github.io/kaplanmeier/pages/html/Examples.html#change-colormap-and-confidence-intervals"> <img src="https://github.com/erdogant/kaplanmeier/blob/master/docs/figs/fig3.png" width="600" /> </a> </p> <p align="left"> <a href="https://erdogant.github.io/kaplanmeier/pages/html/Examples.html#id1"> <img src="https://github.com/erdogant/kaplanmeier/blob/master/docs/figs/fig4.png" width="600" /> </a> </p> <hr>Maintainer
- Erdogan Taskesen, github: erdogant
- Contributions are welcome.
- If you wish to buy me a <a href="https://www.buymeacoffee.com/erdogant">Coffee</a> for this work, it is very appreciated :)
