Dear Statalist Users,
I want to implement two-regime Spatial Durbin model in which spatially-lagged dependent variable is interacted with a dummy (d = {0;1}):
yit = α + ρ1 dit Wyit + ρ2 (1 - dit) Wyit + β Xit + θ W Xit + μi + λt + Ɛit
Without this interaction it would be:
xsmle y x1 x2 x3, wmat(W) emat(W) type(both) model(sdm) fe type(,leeyu) cluster(code)
How to include interacted spatially-lagged dependent variable using 'xsmle' command?
I want to implement two-regime Spatial Durbin model in which spatially-lagged dependent variable is interacted with a dummy (d = {0;1}):
yit = α + ρ1 dit Wyit + ρ2 (1 - dit) Wyit + β Xit + θ W Xit + μi + λt + Ɛit
Without this interaction it would be:
xsmle y x1 x2 x3, wmat(W) emat(W) type(both) model(sdm) fe type(,leeyu) cluster(code)
How to include interacted spatially-lagged dependent variable using 'xsmle' command?
Comment