Explanation
This question requires application of the omitted variables formula in regression analysis. Given the two single-variable regression models:
- Y^=0.5767+0.5633X1 (omitting X2)
- Y^=0.6767−0.7633X2 (omitting X1)
And the covariance/variance information:
- Cov(X1,X2)=0.603
- Var(X1)=0.874
- Var(X2)=0.75
Step 1: Calculate the omitted variable bias coefficients
The omitted variable bias formula states that when X2 is omitted from the regression:
β^1simple=β1+β2⋅δ1
Where δ1=Var(X1)Cov(X1,X2)
Similarly, when X1 is omitted:
β^2simple=β2+β1⋅δ2
Where δ2=Var(X2)Cov(X1,X2)
Step 2: Calculate the delta values
δ1=0.8740.603=0.6899
δ2=0.750.603=0.804
Step 3: Set up the system of equations
From the first simple regression:
0.5633=β1+β2⋅0.6899
From the second simple regression:
−0.7633=β2+β1⋅0.804
Step 4: Solve for β1 and β2
Solving this system:
- β1=2.4476
- β2=−2.7312
Step 5: Calculate the intercept
The intercept in the multiple regression is:
α^=Yˉ−β1Xˉ1−β2Xˉ2
From the regression equations, we can derive that:
α^=Y^i−2.4476X1i+2.7312X2i
This matches option D exactly.
Key Insight: The omitted variable bias formula allows us to recover the true coefficients from simple regressions when we know the covariance structure between the explanatory variables._