60. It is possible to include ____________________ variables in a regression model. This is accomplished
through the use of indicator (or dummy) variables.
61. In order to represent 3 categories of a nominal variable, we need to create _______________ indicator
variables.
62. Because indicator variables represent different groups, t-tests on the indicator variables allow us to
draw inferences about the ____________________ in y between the groups.
Incomes of Physicians
An economist is analyzing the incomes of physicians (general practitioners, surgeons, and
psychiatrists). He realizes that an important factor is the number of years of experience. However, he
wants to know if there are differences among the three professional groups. He takes a random sample
of 125 physicians and estimates the multiple regression model y =
0 +
1x1 +
2x2 +
3x3 +
, where y
= annual income (in $1,000), x1 = years of experience, x2 = 1 if physician and 0 if not, and x3 = 1 if
surgeons and 0 if not. The computer output is shown below.
THE REGRESSION EQUATION IS
y = 71.65 + 2.07x1 + 10.16x2 − 7.44x3