我看了一下help文件说的是
lags(numlist) specifies a list of numbers, indicating the lag orders to be tested. The test will be performed separately for each order. The default is order one.
lags(numlist)指定一个数字列表.所以我认为是说的是所有的滞后项。
但我用陈强老师高级计量中的ice cream.dta进行验证,
lag(1)时认为存在自相关,但lag(2)又不存在了,这个是为什么呢?