Hi Everyone:

I'm looking for a simple way to obtain the regressors W*X when using spregress, where W is the chosen spatial weighting matrix. I mainly interested in the contiguity case, but I'd prefer to know how to do this generally. In particular, if I run the command

Code:
spregress y x1 x2, ml ivarlag(Wc:x1 x2)
is there a way to save the regressors Wc*X?

Essentially, I would like to have the original regressors and the weighted regressors to use in standard Stata commands -- not just spregress.

Thanks. Jeff