Import
The causalinf module provides the implementation of many causal
inference methods. Each method is available as a causalinf submodule.
To import a submodule, use:
See Methods for the full list of submodules available. Here are some examples:
- Load the Difference-in-Differences (DiD) module
- Load the Causal Graphical Models (GCM) module
- Load the Instrumental Variable (IV) module