Cheatsheets
ONE PAGE PER WEEK · HTML + PDF
Sixteen one-pagers, one per week
Sixteen dense one-pagers — one per week, across the four courses. View in the browser or download the PDF for printing.
Each cheatsheet condenses a week’s five sessions into: the key decisions, the R functions, the effect sizes or diagnostics to report, and a short list of pitfalls. They are not a substitute for the labs — but they are what you want next to you when you are analysing real data at 6 pm and cannot remember which glm family you want.
Course 1 — Foundations
Course 2 — Regression, ANOVA & Diagnostics
Course 3 — Design, Longitudinal Data & Causal Inference
Course 4 — Modern Statistical Learning & High-Dimensional Biomedicine
How they’re built
Each cheatsheet is a single .qmd in cheatsheets/courseN_…/ that declares two output formats:
format:
html: {toc: true, toc-depth: 2, page-layout: full}
typst: {papersize: a4, margin: {x: 1.8cm, y: 2cm}, fontsize: 10pt}Quarto renders them to both on every site build. The PDF uses Typst (bundled with Quarto) so no LaTeX install is needed. To render one locally:
quarto render cheatsheets/course1_foundations/cheat_week1.qmd
# produces both .html and .pdf in _site / docs