kaplanmeier

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

https://github.com/erdogant/kaplanmeier

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

kaplan-meier log-rank-test python survival-analysis
Last synced: 6 months ago · JSON representation ·

Repository

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

Basic Info
Statistics
  • Stars: 34
  • Watchers: 2
  • Forks: 11
  • Open Issues: 1
  • Releases: 11
Topics
kaplan-meier log-rank-test python survival-analysis
Created about 6 years ago · Last pushed 12 months ago
Metadata Files
Readme Funding License Citation

README.md

kaplanmeier

Python PyPI Version License Github Forks GitHub Open Issues Project Status Downloads Downloads Sphinx <!---BuyMeCoffee--> <!---Coffee-->

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

bash pip install kaplanmeier

Import kaplanmeier package

```python

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


Maintainer

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

Owner

  • Name: Erdogan
  • Login: erdogant
  • Kind: user
  • Location: Den Haag

Machine Learning | Statistics | Bayesian | D3js | Visualizations

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    family-names: Taskesen
    given-names: Erdogan
    orcid: "https://orcid.org/0000-0002-3430-9618"
cff-version: "1.1.0"
date-released: 2020-10-07
keywords: 
  - "python"
  - "survival analysis"
  - "log rank test"
  - "kaplan meier"
license: "MIT"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://erdogant.github.io/kaplanmeier"
title: "kaplanmeier is an python library to create survival curves using kaplan-meier, and compute the log-rank test."
version: "0.1.0"
...

GitHub Events

Total
  • Watch event: 2
  • Push event: 1
  • Fork event: 2
Last Year
  • Watch event: 2
  • Push event: 1
  • Fork event: 2

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 74
  • Total Committers: 4
  • Avg Commits per committer: 18.5
  • Development Distribution Score (DDS): 0.041
Past Year
  • Commits: 7
  • Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
erdogant e****t@g****m 71
Kevin Duff k****f@g****m 1
Daniel Nicorici D****i@g****m 1
Kien Dang d****y@g****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 3
  • Average time to close issues: 15 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 6
  • Total pull request authors: 3
  • Average comments per issue: 1.71
  • Average comments per pull request: 1.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • vc1492a (2)
  • aster94 (1)
  • shusheer (1)
  • neikxd (1)
  • adamvis (1)
Pull Request Authors
  • neikxd (1)
  • k2bd (1)
  • ndaniel (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,059 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 6
  • Total versions: 10
  • Total maintainers: 1
pypi.org: kaplanmeier

Create survival curves using kaplanmeier, the log-rank test and making plots.

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 6
  • Downloads: 1,059 Last month
Rankings
Dependent repos count: 6.0%
Dependent packages count: 10.1%
Average: 10.3%
Forks count: 11.4%
Downloads: 11.9%
Stargazers count: 12.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/source/requirements.txt pypi
  • pipinstallsphinx_rtd_theme *
requirements-dev.txt pypi
  • pytest * development
  • rst2pdf * development
  • sphinx * development
  • sphinx_rtd_theme * development
  • spyder-kernels * development
requirements.txt pypi
  • lifelines *
  • matplotlib *
  • numpy *
  • pandas *
  • seaborn *
setup.py pypi
  • lifelines *
  • matplotlib *
  • numpy *
  • pandas *
  • seaborn *