Given two continuous numeric variables, calculate the bivariate Moran's I.
Arguments
- x
a numeric vector of same length as
nb
.- y
a numeric vector of same length as
nb
.- nb
a neighbor list object for example as created by
st_contiguity()
.- wt
a weights list as created by
st_weights()
.- nsim
the number of simulations to run.
See also
Other global_moran:
global_moran_perm()
,
global_moran_test()
,
global_moran()
,
local_moran_bv()