Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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`
2 changes: 1 addition & 1 deletion docs/ch13_fitness.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down