Q1.
Model 1: $Y=X_1\beta_1+\varepsilon$
Model 2: $Y=X_1\beta_1+X_2\beta_2+\varepsilon$
(a) Suppose that Model 1 is true. If we estimates OLS estrimator $b_1$ for $\beta_1$ in Model 2, what will happen to the size and power properties of the test?
(b) Suppose that Model 2 is true. If we estimates OLS estrimator $b_1$ for $\beta_1$ in Model 1, what will happen to the size and power properties of the test?
-> Here is my guess.
(a) $b_1$ is unbiased, inefficient estimator. (I calculated it using formula for "inclusion of irrelevant variable" and $b_1=(X_1'M_2X_1)^{-1}X_1'M_2Y$ where $M_2$ is symmetric and idempotent matrix) Inefficient means that it has larger variance thus size increases and power increases too.
(b) $b_1$ is biased, efficient estimator. (I use formular for "exclusion of relevant variable" and $b_1=(X_1'X_1)^{-1}X_1'Y$) Um... I stuck here. What should I say using that information?
Q2.
Let $Q$ and $P$ be the quantity and price. Relation between them is different across reions of east, west, south and north, and as well, for different 4 seasons. Construct a model.
-> Actually, I don't know well about dummy variables. So any please solve this problem to help me.