nsaphx

nsaphx is a Python package for causal inference studies using the potential outcome framework. It offers a flexible and extensible framework to apply computational instructions to input data, including exposure, outcome, and confounders. The package uses directed acyclic graphs and database storage for efficient computation and storage.


License
MIT
Install
pip install nsaphx==0.0.1

Documentation

nsaphx

nsaphx is a Python package designed for causal inference studies under the potential outcome framework. It provides a flexible and extensible framework for defining and applying computational instructions to input data, which should include outcome, exposure, and confounders. The package uses a directed acyclic graph and database storage to ensure efficient computation and storage of each object. Instruction handlers can be easily extended by defining new classes and methods, which can then be used to create new instructions that can be applied to data. Each object is computed only once and stored in the database, ensuring that computation is efficient and data is not duplicated.

Installation

TBD

Usage

TBD

How it works

TBD