Python package for the estimation of reference limits from routine laboratory results.
An example showing how to call the R package
reflimR from Python is available
as a GitHub Gist.
Install the package in editable mode with its test dependencies:
python -m pip install -e ".[test]"Run the test suite:
python -m pytest