diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..a1c24ce --- /dev/null +++ b/docs/README.md @@ -0,0 +1,10 @@ +# PyStatsV1 Docs + +- Chapter 12 — Diagnostics + - `scripts/ch12_diagnostics.py` +- Chapter 13 — Within-Subject Stroop + - Data: `data/synthetic/psych_stroop_*` + - Run: `scripts/sim_stroop.py`, `scripts/ch13_stroop_within.py --save-plots` +- Chapter 13 — Fitness 2×2 Mixed (this chapter) + - Data: `data/synthetic/fitness_*` + - Run: `scripts/sim_fitness_2x2.py`, `scripts/ch13_fitness_mixed.py --save-plots` \ No newline at end of file diff --git a/docs/ch13_fitness.md b/docs/ch13_fitness.md index 0260b70..8fb70d9 100644 --- a/docs/ch13_fitness.md +++ b/docs/ch13_fitness.md @@ -1,7 +1,7 @@ # Fitness 2×2 Mixed Example (Chapter 13) **Data**: `data/synthetic/fitness_subjects.csv`, `data/synthetic/fitness_long.csv` -*(metadata JSON is generated and ignored by git)* +*(metadata JSON is generated on the fly and ignored by git).* ## Run ```bash