Generalized linear model (GLM)
Extending our understanding of how we construct statistical models
The general linear model as a special case of the GLM
- Identify the probability distribution of \(y\)
- \(y_i \sim N(\mu_i, \sigma^2)\)
- Define what your model is focusing on: the expected value \(E(y)\)
- State the linear predictor \(\eta\)
- \(\eta_i = \eta + \tau_i\)
- Identify a link function that connects \(E(y)\) to the linear predictor
- “identity function”: \(\eta_i = \mu_i\)
Applied examples and implications
On the whiteboard:
- Modeling proportions
- Modeling disease tolerance in plants
- Modeling counts of insects