/simtrial-python

Clinical trial simulation for Python

Primary LanguagePythonMIT LicenseMIT

simtrial-python

PyPI version Python versions Checked with mypy CI Tests License

simtrial-python is an experimental Python package for clinical trial simulation with time-to-event endpoints.

Installation

You can install simtrial-python from PyPI:

pip install simtrial

Or install the development version from GitHub:

git clone https://github.com/nanxstats/simtrial-python.git
cd simtrial-python
python3 -m pip install -e .