Hello,
I estimated first using xsmle a SAR model for panel data.
y = lam * W* y + beta * x+ e
Then I multiplied W*y to create a spatial lag (of course, I normalized W, and kept zero entries on main diagonal). I then estimated the model:
y = lam * Wy + beta*x + e
using a fixed effects panel regression.
I get a different value for lam while beta is comparable (though different) across the two estimations. Am I doing something wrong?
I estimated first using xsmle a SAR model for panel data.
y = lam * W* y + beta * x+ e
Then I multiplied W*y to create a spatial lag (of course, I normalized W, and kept zero entries on main diagonal). I then estimated the model:
y = lam * Wy + beta*x + e
using a fixed effects panel regression.
I get a different value for lam while beta is comparable (though different) across the two estimations. Am I doing something wrong?
Comment