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
Installation
pip install fastlogranktest
(if it fails, make sure python-dev is installed and try the installation again.
linux: sudo apt-get install python-dev)
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.
0.1.4 (2019-11-07)
Improvements for Linux compatibility.
0.1.5 (2019-11-07)
Improvements for Linux compatibility.
0.1.6 (2019-11-07)
Improvements for Linux compatibility.
0.1.7 (2019-11-07)
Improvements for Linux compatibility.
0.1.8 (2019-11-07)
Improvements for Linux compatibility.
0.1.9 (2019-11-07)
Improvements for Linux compatibility.
0.2.0 (2019-02-01)
Updated installation and author information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fastlogranktest-0.2.0-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb3adf806b6abd074bee7adad243483235c9ee0d022ea3193c1f2217a2f2db18 |
|
MD5 | 57c88912d3083d8da36f16e011a8c91c |
|
BLAKE2b-256 | 23200ccf054228591c712cfb6f297ebf595f71e90536a329afa277dc89fbaf88 |