Question

You have a data set with three predictors: X1 = GPA, X2 = IQ, and X3...

You have a data set with three predictors: X1 = GPA, X2 = IQ, and X3 = Gender (1 for female, 0 for male). The response is starting salary after graduation (in $ thousands). We use least squares to fit the model, and we get b0 = 50, b1 = 20, b2 = 0.07, and b3 = 35.

a. Predict the salary of a woman with an IQ of 110 and a GPA of 4.0 (for calculation please use Excel.)

b. True or False: For a fixed value of GPA and IQ, men earn on average more than women. Explain.

Homework Answers

Answer #1

prediction formula :

starting salary (thousand $) = b0 + b1*x1 + b2*x2 b3*x3

= 50 + 20*x1 + 0.07*x2 + 35*x3

a.

salary of a woman with an IQ of 110 and a GPA of 4.0

x1 = 4 , x2 = 110 , x3=1(female)

starting salary (thousand $) = 50 + 20*x1 + 0.07*x2 + 35*x3

= 50 + 20*4 + 0.07*110 + 35*1

= 172.7 thousand $

b.

for same x1 and x2

x3 = 1 for female and 0 for males

for males :

starting salary (thousand $) = 50 + 20*x1 + 0.07*x2 + 35*0

= 50 + 20*x1 + 0.07*x2

starting salary (thousand $) = 50 + 20*x1 + 0.07*x2 + 35*1

= 50 + 20*x1 + 0.07*x2 + 35

we can see females have 35 thousand $ more salary with same x1 and x2

so , the statement " For a fixed value of GPA and IQ, men earn on average more than women " is FALSE

(please UPVOTE)

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Shown here are the data for y and three predictors, x1, x2, and x3. A stepwise...
Shown here are the data for y and three predictors, x1, x2, and x3. A stepwise regression procedure has been done on these data; the results are also given. Comment on the outcome of the stepwise analysis in light of the data. y x1 x2 x3 94 21 1 204 97 25 0 198 93 22 1 184 95 27 0 200 89 31 1 183 91 20 1 159 91 18 1 147 94 25 0 196 98 26...
•List three variables (X1, X2, X3) you’d include in a Multiple Regression Model in order to...
•List three variables (X1, X2, X3) you’d include in a Multiple Regression Model in order to better predict an outcome (Y) variable. For example, you might list three variables that could be related to how long a person will live (Y). Or you might list three variables that contribute to a successful restaurant. Your Regression Model should have three variables that will act as “predictors” (X1, X2, X3) of a “criterion” (Y’). Note that the outcome or criterion variable (e.g....
Given here are data for a dependent variable and four potential predictors. y x1 x2 x3...
Given here are data for a dependent variable and four potential predictors. y x1 x2 x3 x4 x5 96 8 60 2.4 48 51 73 6 64 2.1 42 43 108 2 76 1.8 34 20 124 5 74 2.2 11 14 82 6 50 1.5 61 29 89 9 57 1.6 53 22 76 1 72 2 72 38 109 3 74 2.8 36 40 123 2 99 2.6 17 50 125 6 81 2.5 48 55 101 2...
ou have collected data on 1,037 residences in North Carolina to analyze the most important determinant...
ou have collected data on 1,037 residences in North Carolina to analyze the most important determinant of home value. You believe the chief determinants are size and location. To test this, you run the following regression (t-statistics of coefficients in parentheses): HomeVal = 90.2   +  61.1 Bedrm - 67.8 CrimeBad          R2=0.051 (-3.17). (1.90). (-7.63) where HomeVal is the value of a home in thousands of dollars, Bedrm is the number of bedrooms in the home, and CrimeBad is equal to 1...