求助!本人是空间计量及Stata的初学者,在使用spatwmat生成距离倒数空间权重矩阵时不知道如何保存新生成的空间权重矩阵。stata的help中仅给出如何生成的一个命令,故我解决不了这个问题,故向大牛求助!悬赏1000论坛币!
我的程序是:
spatwmat, name(W) xcoord(lon)ycoord(lat) band(0 20) standardize
生成结果为:
The following matrix has been created:
1. Inverse distance weights matrix W (row-standardized)
Dimension: 30x30
Distance band: 0 < d <= 20
Friction parameter: 1
Minimum distance: 1.1
1st quartile distance: 7.6
Median distance: 12.0
3rd quartile distance: 16.5
Maximum distance: 39.0
Largest minimum distance: 15.80
Smallest maximum distance: 21.62
但是我在计算机中找不到Inverse distance weights matrix W此文件。
可能是我的方法有问题,请高人指导。
先谢了!