Hello,
Can we create inverse-distance spatial weighting matrices for point data?
I can create inverse-distance spatial weighting matrices with a polygon shapefile (poly.shp) by using the following commands.
spshape2dta poly.shp
use poly, clear
spmatrix create idistance Wid, normalize(row)
However, I cannot create spatial weighting matrices with a point shapefile (point.shp); for example,
spshape2dta point.shp
use point, clear
spmatrix create idistance Wid, normalize(row)
* Then, I get "coordinate variable _CX has missing values" error.
Related Posts with Can we create inverse-distance spatial weighting matrices for point data?
deleting variables with the same valuesHello everyone, I would like to delete all variables of a dataset, in which all observations have t…
categorical variableDear Members Hello i am working on Pakistan consumption data and using categorical variables. howev…
Time Dummy Variable for xtabond2Hi A little background first. I am trying to test how democracy levels impact GDP. I am using the d…
sequential counting helpHi, I have a dataset with two different procedures (proc1 & proc 2). Some id's have multiple pr…
pc_simulate invalid syntax errorDear all, I am trying to use the command pc_simulate from the package PC_PANEL. I get a "syntax erro…
Subscribe to:
Post Comments (Atom)
0 Response to Can we create inverse-distance spatial weighting matrices for point data?
Post a Comment