Specification Curve is a Python package that performs specification curve analysis; it helps with the problem of the "garden of forking paths" (many defensible choices) when doing analysis by running many regressions and summarising the estimated coefficients in an easy to digest chart.
Go to the full documentation for Specification Curve.
You can install Specification Curve via uv:
uv add specification-curveTo install the development version from git, use:
pip install git+https://github.com/aeturrell/specification_curve.gitYou can find full citation information at the following link: https://zenodo.org/badge/latestdoi/282989537.
Using Specification Curve in your paper? Let us know by raising an issue beginning with "citation".
Distributed under the terms of the MIT license.
In RStats, there is specr (which inspired many design choices in this package) and spec_chart. Some of the example data in this package is the same as in specr, but please note that results have not been cross-checked across packages.