By the end of these workshops and your own studies, you should be able to
- Formally describe a normal linear model
- Implement normal models (continuous, categorical predictors)
- Conceptually understand maximum likelihood estimation (how
lm
determines model coefficients) - Interpret model coefficients and quantities related to null hypothesis testing (confidence interval, t-value, p-value)
- Predict hypothetical outcomes given a statistical model
Using a combination of theoretical descriptions, practical exercises, implementations, and simulations.