Binary regression: Difference between revisions

Content deleted Content added
m reflist
m top: link
 
(5 intermediate revisions by 3 users not shown)
Line 2:
In [[statistics]], specifically [[regression analysis]], a '''binary regression''' estimates a relationship between one or more [[explanatory variable]]s and a single output [[binary variable]]. Generally the probability of the two alternatives is modeled, instead of simply outputting a single value, as in [[linear regression]].
 
Binary regression is usually analyzed as a special case of [[binomial regression]], with a single outcome (<math>n = 1</math>), and one of the two alternatives considered as "success" and coded as 1: the value is the [[Count data|count]] of successes in 1 trial, either 0 or 1. The most common binary regression models are the [[logit model]] ([[logistic regression]]) and the [[probit model]] ([[probit regression]]).
 
==Applications==
Line 25:
=== Probabilistic model ===
The simplest direct probabilistic model is the [[logit model]], which models the [[log-odds]] as a linear function of the explanatory variable or variables. The logit model is "simplest" in the sense of [[generalized linear model]]s (GLIM): the log-odds are the natural parameter for the [[exponential family]] of the Bernoulli distribution, and thus it is the simplest to use for computations.
 
Another direct probabilistic model is the [[linear probability model]], which models the probability itself as a linear function of the explanatory variables. A drawback of the linear probability model is that, for some values of the explanatory variables, the model will predict probabilities less than zero or greater than one.
 
==See also ==
*{{sectionlink|Generalized linear model#Binary data}}
*[[Linear probabilityFractional model]]
 
==References==
{{reflist}}
{{refbegin}}
* {{cite chapterbook
|title=Regression Models for Categorical Dependent Variables Using Stata, Second Edition
|chapter=4. Models for binary outcomes: 4.1 The statistical model
Line 43 ⟶ 45:
|year=2006
|isbn=978-1-59718011-5
|ref=harv
}}
 
* {{cite chapterbook
|last=Agresti |first=Alan
|chapter=3.2 Generalized Linear Models for Binary Data
|year=2007
|title=Categorical Data Analysis
|url=https://archive.org/details/introductiontoca00agre |url-access=limited |edition=2nd
|edition=2nd
|pages=[https://archive.org/details/introductiontoca00agre/page/n88 68]–73
|pages=68–73
|ref=harv
}}
{{refend}}