knitr::opts_chunk$set( collapse = TRUE, comment = "#ws>" )
library(Intro2MLR)
This course is primarily about the model MLR, Multiple Linear Regression. The theory behind this model will be developed in detail. This will enable us to extend and refine our knowledge base to include other related models.
The difficulty is that this will require some time. To facilitate an appreciation of statistical techniques and methods we will cover more models than what we rigorously prove.
The generalized linear model is one which will help us solve a class of problems where the distribution of the random response is a member of the exponential family.
This is interesting in itself, since this will include some response variables that are discrete and others that are continuous.
Examples: $Y\sim Bern(p)$ and $Y\sim Gamma(\alpha,\beta)$
See https://en.wikipedia.org/wiki/Exponential_family for more examples
The following models will be examined:
- MLR -- multiple linear regression (fixed effects)
- GLM -- generalized linear model (fixed effects)
- GLMM -- generalized linear mixed models ( fixed and random effects)
- ANOVA -- analysis of variance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.