Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 622 Bytes

hospinet: Temporal Networks of Hospitals Using Patient Transfers

This package provides utilities for cleaning a database of patient admissions, especially to remove overlapping admissions, and for generating a temporal network of the aggregated movements of the implied transfers.

This takes heavy inspiration from the HospitalNetwork R package, and is intended to be a Python port of its checkBase functionality.

Installation

Install this using pip from pypi

pip install hospinet

or from source.