Metadata-Version: 2.1
Name: cmprsk
Version: 0.0.2
Summary: A python wrapper around cmprsk R package
Home-page: https://github.com/OmriTreidel/cmprsk
Author: Omri Treidel
Author-email: treidel2@gmail.com
License: UNKNOWN
Description: # cmprsk
        Regression modeling of sub-distribution functions in competing risks.
        
        A python wrapper around the [cmprsk](https://cran.r-project.org/web/packages/cmprsk/index.html) R package.
        
        *Description*: Estimation, testing and regression modeling of
        subdistribution functions in competing risks, as described in Gray
        (1988), A class of K-sample tests for comparing the cumulative
        incidence of a competing risk, **Ann. Stat. 16:1141-1154, and Fine JP and
        Gray RJ (1999), A proportional hazards model for the subdistribution
        of a competing risk, JASA, 94:496-509**.
        
        [Original Package documentation](https://cran.r-project.org/web/packages/cmprsk/cmprsk.pdf)
        
        ## Requierments
        This package is using `rpy2` in order to use import the cmprsk R packge and therefore the [requierments for rpy2](https://rpy2.readthedocs.io/en/version_2.8.x/overview.html?highlight=readline#requirements) must be met.
        
        TL;DR
        * Unix like OS: Linux, MacOS, BSD. May work on Windows, look at [rpy2 binaries](https://rpy2.readthedocs.io/en/version_2.8.x/overview.html#microsoft-s-windows-precompiled-binaries). 
        * python >= 3.5
        * R > 3.2 [install R](https://www.datacamp.com/community/tutorials/installing-R-windows-mac-ubuntu)
        * readline 7.0 [install on MacOS](http://blogs.perl.org/users/aristotle/2013/07/easy-osx-termreadlinegnu.html) see also the following [issue](https://github.com/conda-forge/rpy2-feedstock/issues/1)
        
        ### How to update package:
        0. update version in setup.py
        1. rm -fr dist directory
        2. python setup.py sdist bdist_wheel 
        3. twine upload  dist/* --verbose
        
Keywords: competing risks,survival analysis
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
