悬赏 30 个论坛币 未解决
如题,用matlab进行空间计量分析,运行SEM模型程序的时候,在这一句>> direct_indirect_effects_estimates(results,W,spat_model);引用了不存在的字段 'cflag'。
出错 direct_indirect_effects_estimates (line 22)
cflag=results.cflag;
在下一句:
>> panel_effects_sar(results,vnames,W);
引用了不存在的字段 'xwith'。
出错 panel_effects_sar (line 30)
[junk nvar] = size(results.xwith)
请问各位大佬该怎么办解决呢?