Hi,
I have a problem using margins after the Spatial-AutoRegressive model, using xsmle.

First I run the following code in stata:

xsmle dv v1 v2 v3 i.v4##c.v5 i.year, wmat(W) model(sar) fe type(ind) vce(cluster id) effects nolog

Then I run margins with the following code:
margins v4, at(v5=(0.05(0.05)0.45)) plot

However, I get the information as below:
Warning: cannot perform check for estimable functions.
default prediction is a function of possibly stochastic quantities other than e(b)

Anyone has ideas or suggestions for this problem?

Thank you very much.