2  RegressionReview

Before jumping into generalized linear models (GLMs), it is important to recap important foundations of general linear models, such as linear and multiple regression. The key is to realize that generalized linear models attempt to perform model fitting when assumptions of linear regression no longer hold or are unreasonable.

1 + 1
[1] 2

The six assumptions of general linear models can be divided into two general areas.

2.1 Assumptions about the Formula

  • Correct Functional Form
  • Perfectly Measured Preditors
  • No Collinearity/Multicollinearity

2.2 Assumptions about the Residuals

  • Constant Error Variance
  • Indepedence of Residuals
  • Normality of Residuals