Hello,
I wonder if it is possible to use testparm or, in some other way, test joint significance of spatially lagged independent variables (with or without spatial lag of error term) in spatial regression.
For example, if I run simple regression with GDP as dependent variable and TRADE and R&D as independent variables
regress GDP TRADE R&D
after regression, I could easily run
testparm TRADE R&D
My concern arises when I run SDEM as follows, let's say weight matrix W = C (contiguity):
spregress GDP TRADE R&D, ml errorlag(C) ivarlag(C: TRADE R&D)
How can I test the hypothesis that the spatially lagged independent variables are jointly equal to zero? Is it possible somehow with testparm? If not, is there any other way?
Thank you very much for your help!
I wonder if it is possible to use testparm or, in some other way, test joint significance of spatially lagged independent variables (with or without spatial lag of error term) in spatial regression.
For example, if I run simple regression with GDP as dependent variable and TRADE and R&D as independent variables
regress GDP TRADE R&D
after regression, I could easily run
testparm TRADE R&D
My concern arises when I run SDEM as follows, let's say weight matrix W = C (contiguity):
spregress GDP TRADE R&D, ml errorlag(C) ivarlag(C: TRADE R&D)
How can I test the hypothesis that the spatially lagged independent variables are jointly equal to zero? Is it possible somehow with testparm? If not, is there any other way?
Thank you very much for your help!
Comment