Skip to main content

Perform the Log-Rank-Test very fast

Project description

Perform the Log-Rank-Test very fast

  • Free software: BSD license

Description

Calculate the Log-Rank-Test very fast

Usage

logrank_test(groupa, groupb, groupacensored, groupbcensored)

Arguments

groupa: list of group a’s survival times

groupb: list of group b’s survival times

groupacensored: list of censored information of group a’s survival times

groupbcensored: list of censored information of group b’s survival times

Value

p-value

Description

Calculate multiple Log-Rank-Tests very fast using threading

Usage

multi_logrank_test(groupas, groupbs, groupacensoreds, groupbcensoreds, threadnumber = NULL)

Arguments

groupas: list of lists of groupa’s survival times

groupbs: list of lists of groupb’s survival times

groupacensoreds: list of lists of censored information of groupa’s survival times

groupbcensoreds: list of lists of censored information of groupb’s survival times

threadnumber: (optional) set the number of threads used for this function

Value

list of p-values (same order as input)

History

0.1.0 (2019-10-21)

  • First release on PyPI.

0.1.1 (2019-10-22)

  • Updated programm instructions.

0.1.2 (2019-11-05)

  • Updated programm instructions again.

0.1.3 (2019-11-05)

  • Updated link to gitlab.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastlogranktest-0.1.3.tar.gz (39.7 kB view hashes)

Uploaded Source

Built Distribution

fastlogranktest-0.1.3-cp37-cp37m-win_amd64.whl (98.5 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page