From 80965f42c28bf547e91617683bbbacf73d687d78 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Sun, 9 Nov 2025 12:15:32 -0800 Subject: [PATCH 1/2] =?UTF-8?q?docs(ch13):=20add=20fitness=202=C3=972=20mi?= =?UTF-8?q?xed=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ch13_fitness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6aa69d5e39e2b347e81f918e6f1df5f8ed3a4ab4 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Sun, 9 Nov 2025 12:17:22 -0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20add=20simple=20docs=20index=20for?= =?UTF-8?q?=20Ch12=E2=80=9313?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/README.md 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