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?
Investigating or explained heterogeneityDear all, I would appreciate some advice please! I have performed a meta-analysis of 69 studies lo…
Is PCA appropriate with binary data?I have been working on a multilevel logistic regression with stunting as the dep var and individual …
Sensitivity Analysis after mediation analysisDear Statalist members, I am trying to conduct causal mediation analysis and sensitivity analysis, …
Importing multiple excel filesI have a folder named "Data" with 8 xlsx files. These files are for 4 variables (PRICE, gRDEF, gRNDE…
Grouping neighborhoodsHello, So I have a variable that indicates the neighborhood in which the person lives. How can I gr…
Subscribe to:
Post Comments (Atom)
0 Response to Can we create inverse-distance spatial weighting matrices for point data?
Post a Comment