Generalized Linear Models

Generalized Linear Models (GLMs) offer a versatile extension to ordinary linear regression, broadening its applicability to a wider range of data types and relationships. These models consist of three key components:

The following chapters will cover very simple, yet very useful, models. After you master the basics, you will probably want to write your own models from scratch.

Learn more
  • Goodrich et al. (2020) rstanarm: {Bayesian} applied regression modeling via {Stan}.
  • Bürkner (2017) {brms}: An {R} Package for {Bayesian} Multilevel Models Using {Stan}.
  • Carpenter et al. (2017) Stan: A Probabilistic Programming Language.