Comparing coefficients of two models
Posted: Sun Aug 10, 2014 6:18 am
Hi, all
Not particularly savvy when it comes to econometrics, so I would appreciate your help with a problem related to comparing coefficients across models. I have a model like Y = c(0) + c(1)*X1 + c(2)*X2... I want to see the different behaviour of the model in two different periods.
I guess I have the option to use a time dummy for period 2 and run a regression like
Y = c(0) + c(1)*X1 + c(2)*X2 + c(3)*dummy + c(4)*X1*dummy + c(5)*X2*dummy
where, I assume, c(3) shows the effect of the second period on Y and c(4) and c(5) show the additional contribution of X1 and X2 during period 2 compared to period 1, so whether they become more or less important (please confirm this to me).
However, I was thinking of running the same model (Y = c(0) + c(1)*X1 + c(2)*X2) in each period, so I would get different coefficients for X1 and X2. However, how could I test the difference between coefficients (for example how do I know that the difference between C(1) in the first period and C(1) in the second period is statistically significant). Can I do this or am I forced to use the period dummy method?
Thank you!
Not particularly savvy when it comes to econometrics, so I would appreciate your help with a problem related to comparing coefficients across models. I have a model like Y = c(0) + c(1)*X1 + c(2)*X2... I want to see the different behaviour of the model in two different periods.
I guess I have the option to use a time dummy for period 2 and run a regression like
Y = c(0) + c(1)*X1 + c(2)*X2 + c(3)*dummy + c(4)*X1*dummy + c(5)*X2*dummy
where, I assume, c(3) shows the effect of the second period on Y and c(4) and c(5) show the additional contribution of X1 and X2 during period 2 compared to period 1, so whether they become more or less important (please confirm this to me).
However, I was thinking of running the same model (Y = c(0) + c(1)*X1 + c(2)*X2) in each period, so I would get different coefficients for X1 and X2. However, how could I test the difference between coefficients (for example how do I know that the difference between C(1) in the first period and C(1) in the second period is statistically significant). Can I do this or am I forced to use the period dummy method?
Thank you!