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