| Multiple Regression Example 1 |
An M.B.A. program that was started two decades ago wanted
to analyze the factors that affect student performance. The dean of the Rinker School
of Business decided to build a multiple regression model where the dependent
variable is the M.B.A. grade point average (GPA) for each of 100 randomly
selected M.B.A. students who graduated in the past 3 years. The independent
variables are the undergraduate GPA, the Graduate Management Admissions Test
score (GMAT), and the number of years of work experience prior to entering the
program.
|

| The Commands |
|

| The Results |




| The Scatterplots |
![]() |
|
|
| The Regression Equation |
y = .530 + .08236(x1) + .01092(x2) + .09275(x3)
y = .530 + .08236(UnderGPA) + .01092(GMAT) + .09275(Work)
y = .530 + .08236(8) + .01092(830) + .09275(5)
y = .530 + .65888 + 9.0636 + .46375
y = 10.7162
On to Multiple Regression Examples - Part II
©2009 David M. Compton, Ph.D.