Track C: Psychology / Education =============================== This track is beginner-friendly and focuses on **learning by doing**. Each chapter is a small “lab” you can run, inspect, and check. Available chapters ------------------ Use: .. code-block:: bash pystatsv1 workbook list You will see a list like: * ch10 — One-way ANOVA * ch11 — Paired samples t-test * ch12 — Independent samples t-test * ch13 — Factorial ANOVA (2-way) * ch14 — Chi-square test * ch18 — ANCOVA * ch19 — Correlation / Regression * ch20 — Non-parametric tests Run a chapter (example) ----------------------- .. code-block:: bash pystatsv1 workbook run ch10 Check your work (example) ------------------------- .. code-block:: bash pystatsv1 workbook check ch10