Skip to content
Prev 126703 / 398500 Next

reference for logistic regression

On 10/11/07, darteta001 at ikasle.ehu.es <darteta001 at ikasle.ehu.es> wrote:
The wikipedia article on logistic regression
(http://en.wikipedia.org/wiki/Logistic_regression) contains a brief
description and some references.  Statisticians often consider
logistic regression to be an example of a more general class of models
called generalized linear models, which is why the R function to fit a
logistic regression model is called glm.  There is a link in the
logistic regression wikipedia article to the generalized linear model
article.

Whenever you use wikipedia you should be cautious of the quality of
the information in the articles.  Generally the articles are good as a
brief introduction but they can and do contain errors so you should
check important facts and not take them at face value.  A person in
one of my classes asked about the standard deviation and I suggested
that they look at the wikipedia article on the topic.  Then I looked
at it myself and saw that one of the things mentioned is that the
standard deviation of the Cauchy distribution is undefined, which is
true, but the reason given is because E[X] is undefined, which is not
true.