This package recreates the final manuscript results table for the COIL PHP manuscript using published summary statistics only.
- A frozen, publication-aligned table recreation.
- Intended for transparency, teaching, and reproducibility documentation when participant-level data are IRB-protected.
- This is not a re-analysis of participant-level data.
- This does not recompute t-tests or p-values from raw observations.
coil_php_published_recreation.py— script that prints the table and optionally exports CSV/XLSXCOIL_PHP_published_recreation.ipynb— notebook version of the same tableMETHODS_language.md— methods/notes file (see below)
pip install pandas openpyxl
python coil_php_published_recreation.pyIf left enabled in the script, it will write:
results_table_published.csvresults_table_published.xlsx
The manuscript p-values are presented as published. They are not recomputed from rounded t-statistics because rounding can change computed p-values at the reported precision.