pymc-labs / CausalPy

A Python package for causal inference in quasi-experimental settings
https://causalpy.readthedocs.io
Apache License 2.0
880 stars 63 forks source link

Implement `summary` method for `cp.pymc_experiments.InstrumentalVariable` #360

Open drbenvincent opened 3 months ago

drbenvincent commented 3 months ago

At the moment cp.pymc_experiments.InstrumentalVariable does not have an implementation of the summary method. It would be good to add this, and to add test coverage (e.g. in test_iv_reg in test_integration_pymc_examples.py)

Tagging @NathanielF - feel free to assign yourself if you want to take it up :)