The Generalized Linear Model (GLM) is an extension of the traditional linear regression model that allows for:
Multiple predictor variables.
Predictor variables that can be either continuous or categorical.
The response variable \(y\) to follow different distributions from the exponential family (e.g., Normal, Binomial, Poisson). We won’t cover this here.
A link function that relates the mean of the response variable to the linear predictors. We won’t cover this here either.