Metadata-Version: 2.1
Name: pymsm
Version: 0.0.2
Summary: Python implementation of a Multi-state competing risk model
Home-page: https://github.com/hrossman/pymsm
Author: Hagai Rossman, Ayya Keshet
Author-email: hagairossman@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pymsm.readthedocs.io/
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

![PyPI](https://img.shields.io/pypi/v/pymsm)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pymsm)
[![Run tests](https://github.com/hrossman/pymsm/actions/workflows/tests.yml/badge.svg)](https://github.com/hrossman/pymsm/actions/workflows/tests.yml)  

# PyMSM
Python implemantation of Multistate competing risk models.

## Installation
`pip install pymsm`

## Usage examples
[First example](https://github.com/hrossman/pymsm/blob/main/src/pymsm/examples/first_example.ipynb)  
[EBMT example](https://github.com/hrossman/pymsm/blob/main/src/pymsm/examples/embt.ipynb)


## Resources  
[Original R code repository](https://github.com/JonathanSomer/covid-19-multi-state-model)  
[Roimi et. al. Methods supplementary](https://oup.silverchair-cdn.com/oup/backfile/Content_public/Journal/jamia/28/6/10.1093_jamia_ocab005/1/ocab005_supplementary_data.pdf?Expires=1643875060&Signature=jEb1TAvDfCw7w3YZ4M1N1hy~BZN1J38RCOLtAmhEY14pASyoQPX9F51ne-5WmRd9oKWn-m52~GGhsy5RnpAIpt0VmnoDmCEA51a1lpnsxn-nt~suKCA2mM2ldM7nPb31xAnFTpX638cob3bGMc3vlj3WKxpLDIUuAqF2lmQf0h5cXeeJXLW1NOAyjlHn1Xj387oSs~vQJfjJ7dwKEVH6M3mtKf1tELJo9CRkSMJuDBApoL7lCgeeM9PuJDT-SHwH9debf10Sk5QvbelLWJpSwSU35ifMEpHxqXputuoPj0z9tdmzjkSXDGN2wIucNnUa9mloF8eNCOWLhYqHjusTPg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA)  
[R mstate package tutorial](https://cran.r-project.org/web/packages/mstate/vignettes/Tutorial.pdf)

