请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
在stata的help的菜单下的command里面查reg
然后在reg的help的右上角
regress postestimation regress postestimation ts
点进去就可以看到回归结束以后能作的检验。
其它命令一样。
学stata必须的看help
里面都可以查到
dwstat
or
durbina
bgodfrey
only those I konw and use.
版主,以上没找到。
先用tsset将数据转换为时间序列
然后在回归后输入dwstat就可以了
或者点击操作也很好找
如要修正,一阶自相关可用prais命令
stata9以后的有
DW检验是回归后的自相关检验,采用以下命令
estat dwatson ,得到的d统计量用于检验一价自相关。