Calculate Global Moran's I
Arguments
- x
A numeric vector.
- nb
a neighbor list object for example as created by
st_contiguity()
.- wt
a weights list as created by
st_weights()
.- na_ok
default
FALSE
. IfFALSE
presence orNA
orInf
results in an error.- ...
additional arguments passed to
spdep::moran()
.
See also
Other global_moran:
global_moran_bv()
,
global_moran_perm()
,
global_moran_test()
,
local_moran_bv()