Concept: Logistic Regression
Concept Description
Last Updated: 1999-11-23
Introduction
The logistic regression model has become, in many fields, the standard method of data analysis concerned with describing the relationship between a response variable and one or more explanatory variables where the response variable follows a binomial distribution. Logistic regression is used to model the probability
p
of occurrence of a binary or dichotomous outcome. Binary-valued covariates are usually given arbitrary numerical coding such as zero for one possible outcome and one for the other possible outcome. Linear regression models may not be used when the outcome is binary valued because the probability of being modeled must lie between zero and one. Ordinary linear regression does not guarantee these limits. Dichotomous data may be analyzed using a logistic function where the logit transformation of
p
is used as the independent variable.
General Model
If
x
1
, . . . ,
x
k
are a collection of independent variables and
y
is a binomial outcome variable with probability of success =
p
, then the multiple logistic regression model is given by:
logit(p) = ln(p/1- p) = a + b
1
x
1
+ . . . + b
k
x
k
where a, b
1
, . . . , b
k
are parameters.
Related concepts
Related terms
References
- Bailar JC, Mosteller F.
Medical Uses of Statistics.
Boston, MA:
NEJM Books;
1992.
0-0.(View)
- Brownell M, Roos NP.
Monitoring the Winnipeg Hospital System: The Update Report 1993/1994.
Winnipeg, MB:
Manitoba Centre for Health Policy and Evaluation,
1996. [Report] [Summary] (View)
- Rosner B.
Fundamentals of Biostatistics; Fourth Edition.
Belmont, CA:
Wadsworth Publishing Company;
1995.(View)
Keywords