Jump to content

Comparison of general and generalized linear models

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 132.239.158.168 (talk) at 03:21, 1 May 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
General linear model Generalized linear model
Typical estimation method Least squares, best linear unbiased prediction Maximum likelihood or Bayesian
Special cases ANOVA, ANCOVA, MANOVA, MANCOVA, ordinary linear regression, mixed model, t-test, F-test general linear model, logistic regression, Poisson regression
Function in R lm() glm()
Function in Matlab regress() glmfit()
Procedure in SAS PROC GLM, PROC MIXED PROC GENMOD