Interpretation of coefficients in SUR
Posted: Mon Feb 09, 2009 10:13 am
Hi all!
I want to do the following:
I have 3 time series of dependent variables (e1,e2,e3). I have 2 time series of explanatory variables (f1,f2). I have 6 additional time series of explanatory variables (m1,m2,m3 and r1, r2, r3). Hereby, r1 and m1 correspond to e1 and so on.
I want to estimate the following regression system:
e1 = c(1) + c(2)*f1 + c(3)*f2 + c(4)*m1 + c(5)*r1
e1 = c(6) + c(7)*f1 + c(8)*f2 + c(4)*m2 + c(5)*r2
e1 = c(9) + c(10)*f1 + c(11)*f2 + c(4)*m3 + c(5)*r3
The variables e1, e2 and e3 have common coefficients in the m and r variables and specific coefficients in the intercepts and the f1 and f2 variable.
I want to estimate this as a system of seemingly unrelated regressions with feasible generalized least squares. In addition, I want to apply the Newey-West estimator of the covariance matrix to correct for autocorrelations.
This is how I proceed: I create a systems object from object/new object/system. I type in the specification written above. Then I hit the button Estimate. Then I choose Seemingly Unrelated Regression.
Now here is my question: why can't I then choose the option generalized least squares? Why can't I choose to correct with the Newey-West method?
I thank you very much for your valuable time. An answer would be most helpful!
Kind regards
Martin
I want to do the following:
I have 3 time series of dependent variables (e1,e2,e3). I have 2 time series of explanatory variables (f1,f2). I have 6 additional time series of explanatory variables (m1,m2,m3 and r1, r2, r3). Hereby, r1 and m1 correspond to e1 and so on.
I want to estimate the following regression system:
e1 = c(1) + c(2)*f1 + c(3)*f2 + c(4)*m1 + c(5)*r1
e1 = c(6) + c(7)*f1 + c(8)*f2 + c(4)*m2 + c(5)*r2
e1 = c(9) + c(10)*f1 + c(11)*f2 + c(4)*m3 + c(5)*r3
The variables e1, e2 and e3 have common coefficients in the m and r variables and specific coefficients in the intercepts and the f1 and f2 variable.
I want to estimate this as a system of seemingly unrelated regressions with feasible generalized least squares. In addition, I want to apply the Newey-West estimator of the covariance matrix to correct for autocorrelations.
This is how I proceed: I create a systems object from object/new object/system. I type in the specification written above. Then I hit the button Estimate. Then I choose Seemingly Unrelated Regression.
Now here is my question: why can't I then choose the option generalized least squares? Why can't I choose to correct with the Newey-West method?
I thank you very much for your valuable time. An answer would be most helpful!
Kind regards
Martin