global_moran_test {sfdep} | R Documentation |
Global Moran Test
Description
Global Moran Test
Usage
global_moran_test(
x,
nb,
wt,
alternative = "greater",
randomization = TRUE,
...
)
Arguments
x |
A numeric vector. |
nb |
a neighbor list object for example as created by |
wt |
a weights list as created by |
alternative |
default |
randomization |
default |
... |
additional arguments passed to |
Value
an object of class htest
See Also
Other global_moran:
global_moran()
,
global_moran_bv()
,
global_moran_perm()
,
local_moran_bv()
Examples
nb <- guerry_nb$nb
wt <- guerry_nb$wt
x <- guerry_nb$crime_pers
global_moran_test(x, nb, wt)
[Package sfdep version 0.2.4 Index]