Multiple Regression is a
"general linear model" with a wide range of
applications. It is basically an extension of the
bivariate correlation and simple regression analysis. The
primary uses of MR are as follows:
- Prediction of a
continuous Y with several continuous X variables:
Unlike ordinary bivariate regression, MR allows
the use of an entire set of variables to predict
another.
- Use of categorical
variables in prediction: Through the
technique of dummy coding, categorical variables
(such as marital status or treatment group) can
be used in addition to continuous variables.
- Calculation of the
unequal n ANOVA problem: Disproportional cell
size in any factorial ANOVA design produces a
correlation among the independent variables. MR
estimates effects and interactions in this
situation by the use of dummy codes.
- Model nonlinear
relationships between Y and a set of X: By
the addition of "polynomial" terms
(e.g. quadratic, cubic, trends) into the
equation, relationships that do not meet the
linear assumptions can be analyzed.
|