Logistic regression

This is an old revision of this page, as edited by BrendanH (talk | contribs) at 17:03, 23 February 2006 (Formula, mlogit and ologit mentioned). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Logistic regression is a statistical regression model for binary dependent variables. It can be considered as a generalized linear model that utilizes the logit as its link function.

The model takes the following form:

The log of the odds (probability divided by one minus the probability) of the outcome is modelled as a linear function of the explanatory variables, X1 to Xk.

Extensions of the model exist to cope with multi-category dependent variables and ordinal dependent variables.