1、怎样用matlab进行空间面板数据分析呢?怎样进行moranI,LMerror,LMsar检验?
xxxxxxxxxxxxxxxx
2、求助:用matlab做空间面板的问题
function nihe(t,x)
j=1;
for i=1:1564
if(x(i)~='NAN')
y(j)=x(i);
k(j)=t(i);
j=j+1;
end
end
这样就把'NAN'给消除掉了
3、空间面板回归的sem和sar 怎么做
S