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 Lbertolotti (talk | contribs) at 01:20, 29 January 2014 (correcting link to OLS, since linear regression page covers a lot of stuff, even excedes the theme of this page). 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 least squares, mixed model, t-test, F-test ordinary least squares, logistic regression, Poisson regression, gamma regression[1]
Function in R lm() glm()
Function in Matlab mvregress() glmfit()
Procedure in SAS PROC GLM, PROC MIXED PROC GENMOD (PROC LOGISTIC for logistic regression only)
Command in Stata regress glm
Function in Mathematica LinearModelFit[] GeneralizedLinearModelFit[]
Command in EViews ls
  1. ^ McCullagh, Peter (1989). Generalized Linear Models, Second Edition. Boca Raton: Chapman and Hall/CRC. ISBN 0-412-31760-5. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)

References