global_moran_perm {sfdep} | R Documentation |
Global Moran Permutation Test
Description
Global Moran Permutation Test
Usage
global_moran_perm(x, nb, wt, alternative = "two.sided", nsim = 499, ...)
Arguments
x |
A numeric vector. |
nb |
a neighbor list object for example as created by |
wt |
a weights list as created by |
alternative |
default |
nsim |
number of simulations to run. |
... |
additional arguments passed to |
Value
an object of classes htest
, and mc.sim
.
See Also
Other global_moran:
global_moran()
,
global_moran_bv()
,
global_moran_test()
,
local_moran_bv()
Examples
nb <- guerry_nb$nb
wt <- guerry_nb$wt
x <- guerry_nb$crime_pers
moran <- global_moran_perm(x, nb, wt)
moran
[Package sfdep version 0.2.4 Index]