Linear models
Starting with the simple linear model \(y = ax + b + \text{error}\) we will see how we can expand from there, using likelihood methods, to cover many different kinds of ways we might like to model and make inference about biological processes. Models will include multiple linear regression, models where explanatory variables are categorical (i.e. where we might classically use ANOVA), generalized linear models, and mixed effects models.
Jump straight to:
Simple linear models
- How to make a model lecture notes, slides
- Linear models with normal residuals
- Linear models using R’s built-in functions
Mixed effects models
- What are random effects? lecture notes
- Building mixed effects models with lme4
Generalized linear models (GLM)
- The binomial GLM lecture notes, slides
- The Poisson GLM slides