Practice-oriented articles on interpreting regression models and making defensible analytical decisions.
This repository contains the source for the Quarto book "From Beta to Meaning: A Guide to Interpreting Regression Analysis" by André Walter.
This is a living collection. New articles will be added over time.
The current set of chapters is intentionally selective and not an exhaustive map of statistics or regression topics.
- Concept-first explanations focused on interpretation and research decisions
- Worked examples with simulated data
- R code snippets that illustrate ideas
- A rendered website output in
docs/
_quarto.yml: Book configuration and chapter orderindex.qmd: Landing page and framing of the collectionchapters/: Article source files (.qmd)styles.css: Custom stylingdocs/: Rendered site output
Prerequisite: Quarto installed.
quarto previewRender the full site:
quarto renderBy configuration, the rendered output is written to docs/.
- All datasets in the chapters are simulated for learning purposes.
- Code is educational and should be adapted and validated for production use.