It's odd that when I put in the code :
Code:
spmatrix create contiguity W if year == 1995
weighting matrix W already exists
r(110);
However, when I put in:
Code:
cap mat drop W matrix list W
Code:
spmatrix create contiguity weight if year == 1995
weighting matrix in w contains 61 islands
I think that's ok finally but I don't know how to delete the weight matrix W or w. Thanks for any help!
Regards,
Iris
0 Response to spmatrix error110: weighting matrix W already exists
Post a Comment