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ΛβΞ²1βXΛ1ββΞ²2βXΛ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._