Displaying 1 result from an estimated 1 matches for "20x20m".
Did you mean:
20x20
2011 Jan 19
0
Error Moran's test : reconsider test arguments
...frame of 25
values (25 cells and 1 value per cell…).
The parameter x is a numeric vector containing those 25 values:
str(x)
num [1:25]
22920 19546 16170 21387 9499 ...
To obtain
my spatial weight matrix, I used 2 columns (X & Y) representing the
coordinates of the center of each sub-plot (20x20m, so 10:10, 10:30, 10:50,
etc.), transformed it into a neighborhood matrix of class “nb” with dnearneigh() function, then into a object of class “listw” with nb2listw() function (with style=”B”). I end up with “res2” :
res2
Characteristics of weights list
object:
Neighbour list object:
Numbe...